Skip to main content
PATCH
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

The voice clone UUID.

Body

application/json

Request body for updating a voice clone.

name
string
required

New name for the voice clone.

Required string length: 1 - 255
language
string

Updated ISO 639-1 language code or auto.

gender
enum<string>

Updated gender for the voice clone.

Available options:
male,
female,
neutral

Response

Voice clone updated successfully.

Response envelope for a single voice clone.

data
object

A voice clone object.