elevenlabs · Schema

AddVoiceResponse

Properties

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

JSON Schema

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