GET
/v1/schemas/fal/video/fal-ai%2Fauto-caption?kind=output
Accept:
Response body
1 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| video_url* | string | URL to the caption .mp4 video. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/auto-caption","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}