Get TTS Generation
Voices & Text to Speech
Get TTS Generation
Retrieve a single stored text-to-speech generation.
GET
Get TTS Generation
Headers
Your API key for authentication.
Path Parameters
The ID of the generation to retrieve.
Query Parameters
Pass
audio to receive the raw WAV binary instead of the metadata JSON.Response
Without?format=audio, returns the generation metadata:
Unique identifier for the generation.
The organization that created the generation.
The user that created the generation.
The text that was synthesized.
The voice used for synthesis.
The audio format of the generation (e.g.
pcm_44100).Base64-encoded audio data. Only present in the JSON response (not when using
?format=audio).Time in milliseconds from request to first audio.
Cost in USD for this generation.
ISO 8601 timestamp of when the generation was created.
?format=audio, returns a raw WAV audio binary (same as the original POST /v1/speak response).
Docs for agents: llms.txt