XPlanner

Docs

Get platform rules

Returns XPlanner's live text counter and media validation contract for X, LinkedIn, and Threads.


GET

/platforms

accounts:read

Header'lar

Authorization

*
string

API key. Format: Bearer xpl_live_...

Live contract

characterLimit

platforma özel

X is additionally validated by account type; LinkedIn and Threads use their own limits.

media

görsel | GIF | video

Maximum item counts and media-mix rules are applied per publish target.

Cevaplar

200

Current platform capabilities.

cURL

curl https://api.xplanner.co/v1/platforms   -H "Authorization: Bearer $XPLANNER_API_KEY"

Cevap

{  "data": [    { "platform": "x", "displayName": "X", "characterLimit": 280 },    { "platform": "linkedin", "displayName": "LinkedIn", "characterLimit": 3000 },    { "platform": "threads", "displayName": "Threads", "characterLimit": 500 }  ],  "pagination": { "nextCursor": null },  "requestId": "req_123"}