Create a voice clone from a voice design
Creates a new voice clone by capturing the voice identity of an existing voice design. The clone can then be used for text-to-speech synthesis.
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Request body for creating a voice clone from an existing voice design.
Name for the voice clone.
Required string length:
1 - 255UUID of the source voice design to clone.
ISO 639-1 language code for the clone (e.g. en, fr, de).
Gender of the voice clone.
Available options:
male, female, neutral Voice synthesis provider. Case-insensitive. Defaults to telnyx.
Available options:
telnyx, minimax, Telnyx, Minimax Response
Voice clone created successfully.
Response envelope for a single voice clone.
A voice clone object.
JavaScript