elevenlabs · Schema

AudioNativeResponse

Properties

Name Type Description
project_id string The identifier of the created Audio Native project.
html_snippet string HTML snippet for embedding the audio player on a web page.
View JSON Schema on GitHub

JSON Schema

elevenlabs-audionativeresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AudioNativeResponse",
  "title": "AudioNativeResponse",
  "type": "object",
  "properties": {
    "project_id": {
      "type": "string",
      "description": "The identifier of the created Audio Native project."
    },
    "html_snippet": {
      "type": "string",
      "description": "HTML snippet for embedding the audio player on a web page."
    }
  }
}