Synthesize a short preview of the cloned voice (returns MP3 audio)
POST/v1/podcasts/:podcastId/voices/:id/preview
Requires the administrator role on the parent podcast's network. Synthesizes the supplied text (or a default sentence) using the voice, cloning on demand if needed, and streams back MP3 audio synchronously. An upstream cloning or synthesis failure surfaces as 502.
Request
Responses
- 200
- 401
- 403
- 404
- 502
MP3 audio of the preview
Missing or invalid API key
The API key is not authorized for this resource
Podcast or voice not found
Voice cloning or speech synthesis failed upstream