GET
/v1/schemas/fal/video/fal-ai%2Felevenlabs%2Fdubbing?kind=output
Accept:
Response body
2 properties · 2 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| video* | File | The dubbed video file. Will be populated if video_url was provided in the request. | |
| target_lang* | string | The target language of the dubbed content |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/elevenlabs/dubbing","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}