elevenlabs · Schema

VoiceCloneResponse

Properties

Name Type Description
voice_id string The unique identifier of the newly created voice clone.
View JSON Schema on GitHub

JSON Schema

elevenlabs-voicecloneresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VoiceCloneResponse",
  "title": "VoiceCloneResponse",
  "type": "object",
  "properties": {
    "voice_id": {
      "type": "string",
      "description": "The unique identifier of the newly created voice clone."
    }
  }
}