POST
/
api
/
v1
/
v1
/
transcribe
Public Transcribe
curl --request POST \
  --url https://api.example.com/api/v1/v1/transcribe \
  --header 'Content-Type: application/json' \
  --data '
{
  "asset_id": "<string>",
  "template_id": "<string>"
}
'
{}

Headers

authorization
string
default:""

Body

application/json
asset_id
string
required
template_id
string | null

Response

Successful Response

The response is of type Response Public Transcribe Api V1 V1 Transcribe Post · object.