cURL
curl --request GET \ --url https://api.social-api.ai/v1/posts \ --header 'Authorization: <api-key>'
{ "cursor": "<string>", "data": [ { "account_ids": [ "<string>" ], "created_at": "2026-03-14T09:00:00Z", "error_message": "<string>", "id": "<string>", "media_ids": [ "<string>" ], "platform_options": {}, "results": [ { "account_id": "acc_01HZ9X3Q4R5M6N7P8V2K0W1J", "permalink": "https://www.instagram.com/p/ABC123/", "platform_post_id": "17899506382105207" } ], "retry_count": 123, "scheduled_at": "2026-04-01T10:00:00Z", "status": "scheduled", "text": "<string>", "updated_at": "2026-03-14T09:00:00Z", "user_id": "<string>" } ] }
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Authorization: Bearer sapi_key_...
Start of date range (ISO 8601)
End of date range (ISO 8601)
Filter by status
Max results (default 100, max 500)
Pagination cursor
OK
Show child attributes