v1

latestOpenAPI 3.1.02026-07-2627084.1 KB

Transcribe Audio to Text

Processes an audio file to generate a transcription of the spoken content with support for language detection, translation, and multiple output formats.

post/v1/audio_transcribe

Response

Successfully initiated transcription

successboolean
task_idstring
conversion_idstring
etainteger
credit_estimatenumber float
messagestring

Example response

{
  "success": true,
  "task_id": "transcribe123",
  "conversion_id": "conv456",
  "eta": -1,
  "credit_estimate": 100.1,
  "message": "Successfully published to queue"
}