Tts - TypeScript SDK
Tts - TypeScript SDK
Tts method reference
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Overview
Text-to-speech endpoints
Available Operations
- createSpeech - Create speech
createSpeech
Synthesizes audio from the input text
Example Usage
Standalone function
The standalone function version of this method:
Parameters
Response
Promise<ReadableStream<Uint8Array>>