Voice Clone Creation Status
Poll after POST /v1/speech/voices/create until status is COMPLETED or FAILED. When COMPLETED, the response includes voiceId (prefix cln_). When FAILED, check errorMessage for the failure reason.
Path parameters
requestId
Id returned by POST /v1/speech/voices/create. Use it to poll until status is COMPLETED or FAILED.
Headers
token
api-key
Response
Current creation status. When COMPLETED, voiceId is present. When FAILED, check errorMessage.
requestId
status
QUEUED, PROCESSING, COMPLETED, or FAILED
responseCode
Result code for the operation (for example, SUCCESS).
responseMessage
Human-readable result message.
voiceId
Present when status is COMPLETED (prefix cln_).
errorMessage
Present when status is FAILED.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
503
Service Unavailable Error