Hanzo
OpenapiAi

The OpenAI-compatible TTS endpoint (POST /v1/audio/speech).

The OpenAI-compatible TTS endpoint (POST /v1/audio/speech).

POST /v1/audio/speech

Addresshttps://api.hanzo.ai/v1/audio/speech
MethodPOST
Operationpost_audio_speech
AuthAuthorization: Bearer $HANZO_API_KEY

The OpenAI-compatible TTS endpoint (POST /v1/audio/speech). It authenticates the caller, resolves model to its TTS provider (the SAME model-route resolution the chat/images/video endpoints use — so a BYO node registered as a TTS provider works transparently), synthesizes the audio, and streams the bytes back. This is the ONE way to synthesize speech: OpenAI-shaped, with no store or message coupling, so a caller needs no chat to speak.

Request

The document declares no body for POST /v1/audio/speech. 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_speech, 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 speech

AI API · All Hanzo APIs · Interactive reference

How is this guide?

On this page