Synthesize a short preview of one of the podcast's voices (returns MP3 audio)
POST/v1/public/campaign-offer/:networkId/:campaignId/:token/preview-voice
Public, token-authenticated action that synthesizes a short sample of a selected podcast voice so the recipient can hear it before accepting. 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 campaign's network bypasses the limit. Synthesis runs against an upstream voice provider, which may return 502 on failure.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 429
- 502
MP3 audio of the preview
Missing or unknown selected voice
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found
Not verified, or the offer is no longer open
Too many preview requests
Voice cloning or speech synthesis failed upstream