Create cloned voice from uploaded sample.
This endpoint creates a cloned voice from an uploaded voice sample using the specified TTS provider. The cloning process varies by provider but typically completes within seconds to minutes.Documentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
assistant_id (integer, required): The unique identifier of the assistant to associate the cloned voice with.voice_sample_id (integer, required): ID of the uploaded voice sample to clone fromprovider (string, required): TTS provider to use for voice cloning
elevenlabs, resemble, cartesia. The providers endpoint returns the current supported set.name (string, required): Display name for the cloned voicedescription (string, optional): Description of the cloned voicelanguage (string, optional): Language code (e.g., en, es, fr)enhance_quality (boolean, optional): Whether to apply quality enhancement. Default: truetags (array of strings, optional): Tags for organizing cloned voicesmetadata (object, optional): Additional provider-specific metadataid (integer): Unique identifier for the cloned voicename (string): Display name of the cloned voiceprovider (string): TTS provider used for cloningprovider_voice_id (string): Provider-specific voice identifierstatus (string): Current cloning statuscreated_at (string): ISO 8601 timestamp of creationprocessing: Voice cloning is in progressready: Voice is successfully cloned and ready for usefailed: Voice cloning failed, check error detailsBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Schema for creating a cloned voice.
ID of the uploaded voice sample
TTS provider to use for voice cloning
Name for the cloned voice
Description of the cloned voice
Language code (e.g., 'en', 'es')
Whether to enhance voice quality
Tags for organizing voices
Additional metadata
Successful Response