elevenlabs · Schema

DubbingResponse

Properties

Name Type Description
dubbing_id string The unique identifier of the created dubbing project.
expected_duration_sec number The estimated processing duration in seconds.
View JSON Schema on GitHub

JSON Schema

elevenlabs-dubbingresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DubbingResponse",
  "title": "DubbingResponse",
  "type": "object",
  "properties": {
    "dubbing_id": {
      "type": "string",
      "description": "The unique identifier of the created dubbing project."
    },
    "expected_duration_sec": {
      "type": "number",
      "description": "The estimated processing duration in seconds."
    }
  }
}