POST
/
edit
/
styles
curl --request POST \
  --url https://api.captions.ai/api/edit/styles \
  --header 'x-api-key: <api-key>'
{
  "styles": [
    "<string>"
  ]
}

Authorizations

x-api-key
string
header
required

Response

200
application/json
Successful response containing available AI edit styles.
styles
string[]