Synchronous
The synchronous endpoint processes the entire input and returns a single audio payload—ideal for short prompts, notifications, or background jobs that do not require streaming.
Quick Example
Decode the audio_content field from base64 to retrieve the raw audio bytes.
Endpoint
POST https://f.cluster.resemble.ai/synthesize
Request Headers
Request Body
Response
Try it – Repeat the request above and decode
audio_contentlocally:
