Upload one or more audio samples for a voice (replaces the current set)
POST/v1/podcasts/:podcastId/voices/:id/samples
Requires the administrator role on the parent podcast's network. Send the samples as multipart/form-data file parts; the uploaded set fully replaces any existing samples. Once samples are present the voice is ready to use, and cloning is performed internally on first use. Returns the voice with its updated sample set.
Request
Responses
- 200
- 400
- 401
- 403
- 404
The voice with its updated sample set; now ready to use
No files provided or an invalid filename
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found