Upload voice sample for cloning.
This endpoint allows you to upload audio samples for voice cloning. The uploaded sample will be processed and prepared for creating cloned voices using supported TTS providers.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 voice sample with.multipart/form-data.
file (file, required): The audio file to upload. Supported formats: MP3, WAV, FLAC, M4A, OGG.name (string, optional): Custom name for the voice sample. Defaults to filename if not provided.description (string, optional): Description of the voice sample.tags (string, optional): Comma-separated tags for organizing voice samples.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response