v4

OpenAPI 3.1.02026-07-313621,3961.8 MB
voices

Add Voice

Add a new voice to your collection of voices in VoiceLab.

post/v1/voices/add

Headers

xi-api-keystring nullable

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Response

Successful Response

voice_idstring required

The ID of the newly created voice.

requires_verificationboolean required

Whether the voice requires verification

Example response

{
  "requires_verification": false,
  "voice_id": "c38kUX8pkfYO2kHyqfFy"
}