POST
/
creator
/
list
curl --request POST \
  --url https://api.captions.ai/api/creator/list \
  --header 'x-api-key: <api-key>'
{
  "supportedCreators": [
    "<string>"
  ],
  "thumbnails": {}
}

Authorizations

x-api-key
string
header
required

Response

200
application/json
Successful response containing available AI Creators.
supportedCreators
string[]
thumbnails
object