POST
/
creator
/
poll
curl --request POST \
  --url https://api.captions.ai/api/creator/poll \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "operationId": "<string>"
}'
{
  "url": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
operationId
string
required

Response

200
application/json
Job complete or in progress.
url
string