cURL
curl --request POST \ --url https://api.social-api.ai/v1/accounts/{id}/posts \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "account_ids": [ "<string>" ], "media_ids": [ "<string>" ], "platform_options": {}, "scheduled_at": "<string>", "text": "<string>" } '
{ "account_ids": [ "<string>" ], "created_at": "2026-03-14T09:00:00Z", "id": "<string>", "media_ids": [ "<string>" ], "scheduled_at": "2026-04-01T10:00:00Z", "status": "scheduled", "text": "<string>", "user_id": "<string>" }
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Authorization: Bearer sapi_key_...
Connected account ID
Post content
Show child attributes
Created
"2026-03-14T09:00:00Z"
"2026-04-01T10:00:00Z"
"scheduled"