Create

Create a personal (cloned) voice for the user

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects a multipart form with multiple files.
namestringRequired
Name of the personal voice
localestringOptionalDefaults to en-US

Native language (locale) of the personal voice (e.g. en-US, es-ES, etc.)

genderenumRequired
Gender marker for the personal voice male GenderMale female GenderFemale notSpecified GenderNotSpecified
Allowed values:
samplefileRequired
Audio sample file
avatarfileOptional
Avatar image file
consentstringRequired

A string representing the user consent information in JSON format This should include the fullName and email of the consenting individual. For example, {"fullName": "John Doe", "email": "john@example.com"}

Response

A created voice
display_namestring
genderenum
Allowed values:
localestring
idstring
modelslist of objects
typeenum
Allowed values:
avatar_imagestring or null

Errors