Create a voice from audio

Creates a custom voice by cloning from an audio file.

post/voices

Request body

namestring required

Name of the voice

audioUrlstring uri required

HTTPS URL to the audio file for voice cloning (MP3, WAV, M4A). Duration must be between 30 seconds and 4 minutes.

modelId'eleven_multilingual_v2' | 'eleven_multilingual_v1' | 'eleven_monolingual_v1' | 'eleven_turbo_v2' | 'eleven_turbo_v2_5' | 'eleven_flash_v2_5' | 'eleven_v3' | 'speech-02-hd' | 'speech-02-turbo' | 'speech-2.5-hd-preview' | 'speech-2.5-turbo-preview' | 'speech-2.6-hd' | 'speech-2.6-turbo' | 'speech-2.8-hd' | 'speech-2.8-turbo'

Voice model to use for TTS. Determines which provider (ElevenLabs or Minimax) and which settings are available.

language'ENGLISH' | 'SPANISH' | 'FRENCH' | 'PORTUGUESE' | 'GERMAN' | 'RUSSIAN' | 'HINDI' | 'CHINESE' | 'DUTCH' | 'ARABIC' | 'POLISH' | 'BULGARIAN' | 'JAPANESE' | 'ITALIAN'
gender'MALE' | 'FEMALE'

Response

Voice created successfully

idstring uuid
namestring
createdAtstring date-time
updatedAtstring date-time
statusstring
sampleUrlstring
language'ENGLISH' | 'SPANISH' | 'FRENCH' | 'PORTUGUESE' | 'GERMAN' | 'RUSSIAN' | 'HINDI' | 'CHINESE' | 'DUTCH' | 'ARABIC' | 'POLISH' | 'BULGARIAN' | 'JAPANESE' | 'ITALIAN' nullable
gender'MALE' | 'FEMALE' nullable

Changes

Changed in 4 of the 50 revisions of this API.58211

    • added MinimaxEmotion to the settings/emotion request property allOf list

      request-property-all-of-added

    • added MinimaxLanguageBoost to the settings/languageBoost request property allOf list

      request-property-all-of-added

    • removed the enum value Afrikaans of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Arabic of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Bulgarian of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Catalan of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Chinese of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Chinese,Yue of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Croatian of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Czech of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Danish of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Dutch of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value English of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Filipino of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Finnish of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value French of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value German of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Greek of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Hebrew of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Hindi of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Hungarian of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Indonesian of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Italian of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Japanese of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Korean of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Malay of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Norwegian of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Nynorsk of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Persian of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Polish of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Portuguese of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Romanian of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Russian of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Slovak of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Slovenian of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Spanish of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Swedish of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Tamil of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Thai of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Turkish of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Ukrainian of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value Vietnamese of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value angry of the request property settings/emotion

      request-property-enum-value-removed

    • removed the enum value auto of the request property settings/emotion

      request-property-enum-value-removed

    • removed the enum value auto of the request property settings/languageBoost

      request-property-enum-value-removed

    • removed the enum value disgusted of the request property settings/emotion

      request-property-enum-value-removed

    • removed the enum value fearful of the request property settings/emotion

      request-property-enum-value-removed

    • removed the enum value happy of the request property settings/emotion

      request-property-enum-value-removed

    • removed the enum value neutral of the request property settings/emotion

      request-property-enum-value-removed

    • removed the enum value sad of the request property settings/emotion

      request-property-enum-value-removed

    • removed the enum value surprised of the request property settings/emotion

      request-property-enum-value-removed

    • the settings/emotion request property type/format changed from string/ to /

      request-property-type-changed

    • the settings/languageBoost request property type/format changed from string/ to /

      request-property-type-changed

  • 11bbdfca139227See the full diff
    • removed ElevenLabsSettings ElevenLabsV3Settings MinimaxSettings from the settings request property oneOf list

      request-property-one-of-removed

    • the settings request property type/format changed from / to object/

      request-property-type-changed

    • added the new optional request property settings/emotion

      new-optional-request-property

    • added the new optional request property settings/languageBoost

      new-optional-request-property

    • added the new optional request property settings/speakerBoost

      new-optional-request-property

    • added the new optional request property settings/voiceSimilarity

      new-optional-request-property

    • added the new optional request property settings/voiceSpeed

      new-optional-request-property

    • added the new optional request property settings/voiceStability

      new-optional-request-property

    • added the new optional request property settings/voiceStyle

      new-optional-request-property

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 6047e926d967323See the full diff
    • removed the enum value 0.00 of the request property settings/oneOf[ElevenLabsV3Settings]/voiceStability

      request-property-enum-value-removed

    • removed the enum value 0.50 of the request property settings/oneOf[ElevenLabsV3Settings]/voiceStability

      request-property-enum-value-removed

    • removed the enum value 1.00 of the request property settings/oneOf[ElevenLabsV3Settings]/voiceStability

      request-property-enum-value-removed

    • the settings/oneOf[ElevenLabsV3Settings]/voiceStability request property's max was set to 1.00

      request-property-max-set

    • the settings/oneOf[ElevenLabsV3Settings]/voiceStability request property's min was set to 0.00

      request-property-min-set

    • added the new optional request property settings/oneOf[ElevenLabsV3Settings]/voiceSimilarity

      new-optional-request-property

    • added the new optional request property settings/oneOf[ElevenLabsV3Settings]/voiceSpeed

      new-optional-request-property

    • added the new optional request property settings/oneOf[ElevenLabsV3Settings]/voiceStyle

      new-optional-request-property

    • endpoint added

      endpoint-added