cURL
curl --request GET \ --url https://draftliftai.com/api/v1/contents/{content_id} \ --header 'Authorization: Bearer <token>'
{ "id": 789, "title": "How AI is Transforming Content Marketing", "generated_text": "Artificial intelligence is revolutionizing...", "template_name": "LinkedIn Post", "status": "draft", "created_at": "2026-03-01T12:00:00Z" }
Retrieves a single content item by its ID. Returns the full content including generated text, template info, and metadata.
API key (dl_live_...) or Supabase JWT token
Successful Response
Show child attributes
Was this page helpful?