Audio
Generate audio transcription
post/audio/{audio_id}/transcription/
Path parameters
audio_idstring required
Example:a-12345
Request body
Example request
{
"engine": "default",
"language_code": "en",
"callback_url": "https://webhook.example.com/callback"
}Response
Transcription job started
Example response
{
"success": true,
"status": "processing",
"data": {
"id": "job-123",
"output_url": "https://api.videodb.io/async-response/job-123"
}
}Changes
Changed in 2 of the 5 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲