GET
/v1/schemas/fal/video/fal-ai%2Felevenlabs%2Fdubbing
Accept:
Request body
6 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| target_lang* | string | Target language code for dubbing (ISO 639-1) | |
| highest_resolution | boolean | Whether to use the highest resolution for dubbing. | default: true |
| video_url | string | URL of the video file to dub. Either audio_url or video_url must be provided. If both are provided, video_url takes priority. | nullable |
| num_speakers | integer | Number of speakers in the audio. If not provided, will be auto-detected. | 1 ≤ n ≤ 50 · nullable |
| audio_url | string | URL of the audio file to dub. Either audio_url or video_url must be provided. | nullable |
| source_lang | string | Source language code. If not provided, will be auto-detected. | nullable |
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", …}]}