Regenerate a creative's host-voiced audio (e.g. after a failed generation)
POST/v1/podcasts/:podcastId/creatives/:id/regenerate
Re-runs generation for an existing creative, reusing its already-resolved ad copy and voice; useful to retry a failed creative or refresh a ready one. Like create, synthesis runs asynchronously and returns 202 with a Location header — poll the creative for ready/failed. Requires administrator access to the podcast's network.
Request
Responses
- 202
- 401
- 403
- 404
Regeneration started asynchronously; poll the creative (Location) for ready/failed
Response Headers
Location
URL of the creative (the result resource to poll)
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found