cURL
curl --request GET \ --url https://draftliftai.com/api/v1/models \ --header 'Authorization: Bearer <token>'
{ "detail": "Missing or invalid authorization header" }
Returns the list of AI models available for content generation, including model IDs and display names.
API key (dl_live_...) or Supabase JWT token
Successful Response
Was this page helpful?