Hanzo
OpenapiAi

The OpenAI-compatible STT endpoint (POST /v1/audio/transcriptions, multipart:…

The OpenAI-compatible STT endpoint (POST /v1/audio/transcriptions, multipart: file + model [+ language + response_format]).

POST /v1/audio/transcriptions

Addresshttps://api.hanzo.ai/v1/audio/transcriptions
MethodPOST
Operationpost_audio_transcriptions
AuthAuthorization: Bearer $HANZO_API_KEY

The OpenAI-compatible STT endpoint (POST /v1/audio/transcriptions, multipart: file + model [+ language + response_format]). It mirrors AudioSpeech exactly: authenticate the caller, resolve model to its STT provider through the SAME model-route resolution (so the in-cluster speech service — or any BYO node registered as an STT provider — works transparently), transcribe, and return the OpenAI body. This is the ONE way to transcribe: OpenAI-shaped, with no store coupling, so a caller needs no chat to be heard.

Request

The document declares no body for POST /v1/audio/transcriptions. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask the MCP door's describe for post_audio_transcriptions, which answers from the running route.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo audio transcriptions

AI API · All Hanzo APIs · Interactive reference

How is this guide?

On this page