GET
/v1/schemas/elevenlabs/audio/v1%2Fdubbing?kind=output
Accept:
Response body
2 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| dubbing_id* | string | The ID of the dubbing project. | |
| expected_duration_sec* | number | The expected duration of the dubbing project in seconds. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"elevenlabs","endpointId":"v1/dubbing","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}