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

Authorizations

x-api-key
string
header
required

Body

application/json
operationId
string
required

Response

200
application/json
Job complete or in progress.
url
string
state
enum<string>
Available options:
COMPLETE