cURL
curl --request GET \ --url https://draftliftai.com/api/v1/contents/calendar \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": 123, "status": "<string>", "date": "<string>", "is_scheduled": true, "title": "<string>", "platform": "<string>" } ] }
Returns content items for a calendar date range. Only includes generated and finalized content.
API key (dl_live_...) or Supabase JWT token
Start date (YYYY-MM-DD)
End date (YYYY-MM-DD)
Successful Response
Show child attributes
Was this page helpful?