Create transcription
Audio
Create transcription
Transcribe uploaded audio into text with the OpenAI-compatible Whisper-style interface. Supported formats: FLAC, MP3, MP4, MPEG, MPGA, M4A, OGG, WAV, and WebM.
POST
Create transcription
Authorizations
Your DGrid API key. All endpoints use Authorization: Bearer <DGRID_API_KEY>.
Body
multipart/form-data
Audio file up to 25 MB.
Model ID, such as whisper-1.
ISO-639-1 language code, such as en, zh, or ko.
Optional prompt for biasing the transcript.
Available options:
json, text, srt, verbose_json, vtt Sampling temperature.
Required range:
0 <= x <= 1Response
Transcript. When response_format is verbose_json, the response also includes task, language, duration, and per-segment timing metadata.
Transcript text.

