cURL
curl --request PUT \ --url https://draftliftai.com/api/v1/contents/{content_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "generated_text": "Updated content text with revisions...", "title": "Updated Title" } '
{ "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" }
Updates a content item’s text or metadata. Only the fields you include in the request body will be modified.
API key (dl_live_...) or Supabase JWT token
Successful Response
Show child attributes
Was this page helpful?