TEASEDocs
API ReferenceSmart Links

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.

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/suggest
curl -X POST "https://example.com/api/admin/free-pool/suggest" \  -H "Content-Type: application/json" \  -d '{    "domain": "string"  }'
{  "already_dressed": false,  "would_dress": true,  "fallback": "",  "spare": {    "provider_id": "104887",    "code": "4",    "name": "Yandex Clone",    "country_hint": ""  },  "auto_name": "instagram · yourpage · US · pl"}