Skip to main content
POST
Transcribe speech (OpenAI-compatible)

Authorizations

Authorization
string
header
required

Your geko API key (sk-tokay-…). Create and manage keys in the console.

Body

multipart/form-data
file
file
required

The audio to transcribe.

model
string
default:seta-kk-ru-v2
response_format
enum<string>
default:json
Available options:
json,
text,
verbose_json
language
string

Accepted and ignored.

prompt
string

Accepted and ignored.

temperature
number

Accepted and ignored.

Response

OpenAI-shaped transcription.

text
string
required