Audio Input
Transcribes an audio input and returns a final transcription.Documentation Index
Fetch the complete documentation index at: https://docs.chatzy.ai/llms.txt
Use this file to discover all available pages before exploring further.


Query Parameters
Temporary access token used to authenticate the endpoint.
This token is obtained from the /generate_secret endpoint. `
If the token is missing or invalid, the server will respond with a 401 Unauthorized error.
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
UUID of the conversation AI Agent to which the message is sent.
"51de6a36-5532-49c2-888e-46754ce102ba"
Unique identifier (UUID) that groups multiple audio inputs under a single user message. This key is generated on the client side before sending audio and must be included in each /stt request. All audio transcriptions sharing the same client_message_key will later be mapped together with the finalized user message when sent to /get-inference.
"51de6a36-5532-49c2-888e-46754ce102ba"
Response
Transcription generated successfully.
Final transcription text of the provided audio input.
"HELLO THERE\n"