Skip to main content
POST
Create transcription

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
file
file

Audio file to transcribe

model
enum<string>
default:freya-transcribe-v1

Freya transcription model

Available options:
freya-transcribe-v1
prompt
string | null

Optional context to guide the transcription

response_format
enum<string>
default:json
Available options:
json,
text,
srt,
verbose_json,
vtt
language
enum<string> | null

Language hint (supported: tr, cs)

Available options:
tr,
cs,
null

Response

Transcription created

text
string
required

Full transcription text

usage
object
required