Create transcription
Audio
Créer une 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
Autorisations
Your DGrid API key. All endpoints use Authorization: Bearer <DGRID_API_KEY>.
Corps
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.
Options disponibles:
json, text, srt, verbose_json, vtt Sampling temperature.
Plage requise:
0 <= x <= 1Réponse
Transcript. When response_format is verbose_json, the response also includes task, language, duration, and per-segment timing metadata.
Transcript text.

