Create a creative and start generating its host-voiced audio
POST/v1/podcasts/:podcastId/creatives
Resolves the ad copy server-side (from the supplied ad_copy, otherwise the referenced campaign variant) and the voice (voice_id, defaulting to the podcast's primary voice), creates a pending creative, and kicks off synthesis asynchronously. Returns 202 with a Location header; poll that creative for ready/failed or subscribe to the creative.ready/creative.failed webhook. Requires administrator access to the podcast's network.
Request
Responses
- 202
- 400
- 401
- 403
- 404
Creative created (pending); audio generation started asynchronously. Poll the creative (Location) for status ready/failed, or subscribe to the creative webhook.
Response Headers
URL of the created creative (the result resource to poll)
Missing campaign_id, no usable voice, or ad copy could not be resolved
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found