Synthesize a short preview of the cloned voice (returns MP3 audio)
POST/v1/public/opt-in/:token/voices/:voiceId/preview
Public, token-authenticated action that synthesizes a short sample of the cloned voice so the host can hear how it sounds. Requires prior code verification, otherwise returns 409. Keyless callers are rate limited per token and per client IP (429 on excess); a valid API key for the podcast's network bypasses the limit. Cloning and synthesis run against an upstream provider, which may return 502 on failure.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 429
- 502
MP3 audio of the preview
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found
Not verified, or the invitation is no longer open
Too many preview requests
Voice cloning or speech synthesis failed upstream