Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Body

application/json

Request body for creating a voice clone from an existing voice design.

name
string
required

Name for the voice clone.

Required string length: 1 - 255
voice_design_id
string<uuid>
required

UUID of the source voice design to clone.

language
string
required

ISO 639-1 language code for the clone. Supports the combined Telnyx language set.

gender
enum<string>
required

Gender of the voice clone.

Available options:
male,
female,
neutral
provider
enum<string>
default:telnyx

Voice synthesis provider. Defaults to telnyx.

Available options:
telnyx,
Telnyx

Response

Voice clone created successfully.

Response envelope for a single voice clone.

data
object

A voice clone object.