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 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
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"}Preview which spare a dress would use (dry-run)
Dry-run for the single-by-hand path: returns the spare and the per-source auto-name a dress would apply, and whether the slot is already dressed. Writes nothing.
Dress a pack of countries at once
Dress a whole pack of countries from the pool in one call, with no per-link confirmation. The engine assigns a distinct spare to each country. Ideal for filling a new domain's per-country inventory.