Skip to main content
POST
Create transcription

인증

Authorization
string
header
필수

Your DGrid API key. All endpoints use Authorization: Bearer <DGRID_API_KEY>.

본문

multipart/form-data
file
file
필수

Audio file up to 25 MB.

model
string
필수

Model ID, such as whisper-1.

language
string

ISO-639-1 language code, such as en, zh, or ko.

prompt
string

Optional prompt for biasing the transcript.

response_format
enum<string>
기본값:json
사용 가능한 옵션:
json,
text,
srt,
verbose_json,
vtt
temperature
number
기본값:0

Sampling temperature.

필수 범위: 0 <= x <= 1

응답

Transcript. When response_format is verbose_json, the response also includes task, language, duration, and per-segment timing metadata.

text
string

Transcript text.