Mark the voice ready once its samples are uploaded
POST/v1/public/opt-in/:token/voices/:voiceId/finalize
Public, token-authenticated action that marks the voice READY once it has at least one uploaded sample; only a READY voice may be linked as the podcast's primary voice at opt-in completion. Returns 400 if no samples have been uploaded yet, and requires prior code verification, otherwise returns 409.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
The voice, now ready to use
The voice has no uploaded samples
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found
Not verified, or the invitation is no longer open