POST
/
transcript
curl --request POST \
  --url https://api.autocaption.io/v1/transcript \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "input": "<string>",
  "lang": "<string>"
}'
{
  "job_id": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
input
string
required

The key returned by the signedUrl.

lang
string
required

The language code of the video

Response

200
application/json
Successfully started the transcription job.
job_id
string
required

The unique identifier for the transcription job.