cURL
curl --request GET \ --url https://draftliftai.com/api/v1/templates/{template_id} \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "description": "<string>", "structure": {}, "id": 123, "is_ootb": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "is_audio_video": false, "character_limit": 123, "platform": "<string>", "user_id": 123 }
Retrieves a single template by ID. Returns both built-in and custom templates.
API key (dl_live_...) or Supabase JWT token
Successful Response
Was this page helpful?