TEASEDocs
API ReferenceSmart Links

Dress one spare onto a country slot

Pull one spare from the pool and assign it to (domain, country, arm). OF-free (no new OnlyFans link), idempotent, and reversible with reclaim. Pass provider_id to pin a specific spare, or omit it to let the engine pick (first spare seen for that country, else FIFO).

Authorization

bearerAuth
AuthorizationBearer <token>

Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

POST
/api/admin/free-pool/dress
curl -X POST "https://example.com/api/admin/free-pool/dress" \  -H "Content-Type: application/json" \  -d '{    "domain": "string"  }'
{  "dressed": true,  "reused": false,  "fallback": "",  "provider_id": "104887",  "link_id": 156,  "domain": "yourdomain.com",  "country": "DE",  "arm": "ftl",  "url": "https://onlyfans.com/yourpage/trial/…",  "auto_name": "instagram · yourpage · DE · trial"}