Create a voice
POST/v1/podcasts/:podcastId/voices
Requires the administrator role on the parent podcast's network. Creates an empty voice record only; upload audio samples in a follow-up call to make it usable. Responds 201 with the new voice and a Location header. Any cloning needed for speech synthesis happens internally on first use, not here.
Request
Responses
- 201
- 401
- 403
- 404
Voice created
Response Headers
Location
URL of the created voice
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found