Skip to main content
GET
Python (SDK)

Authorizations

Authorization
string
header
required

Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.

Headers

X-On-Behalf-Of
string

Optional external end-user identifier forwarded by the API gateway.

Path Parameters

run_id
string
required
sample_index
integer
required
Required range: 0 <= x <= 2147483647

Query Parameters

model
string

Optional preferred model row to read the clip from; the clip is identical across models within a task, so this never changes the audio, only which row is read.

task_id
string

Disambiguate the sample index (indices are unique per task, not per run) and let the query seek the composite index. Required when the run has more than one transcription task.

Response

200 - application/json

OK

object
any
required
audio
string
required

Playable clip reference: a base64 data: URI or an http(s) URL.

sample_index
integer
required

Echoes the requested sample index so the client has a complete cache key without tracking it.

Required range: -9007199254740991 <= x <= 9007199254740991
task_id
string
required

The task the clip was resolved from (the clip differs across tasks).

model
string
required

The model row the clip was read from. The clip is identical across models within a task.