Returns posts with rich filtering and cursor pagination. Supports filtering by status, platform, account_ids, date range, and text search.
Documentation Index
Fetch the complete documentation index at: https://docs.social-api.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Comma-separated connected account IDs
Filter by status (draft, scheduled, publishing, published, partial, failed, cancelled)
Filter by platform (e.g. instagram, facebook)
Filter by specific page ID (for multi-page accounts like Facebook)
Start of date range (RFC3339)
End of date range (RFC3339)
Text search (case-insensitive)
Sort order: scheduled_asc (default), scheduled_desc, created_asc, created_desc
Pagination cursor from previous response
Max results (default 25, max 100)
Include hidden posts (true/false, default false)