GET
/v1/schemas/fal/video/fal-ai%2Fdepth-anything-video?kind=output
Accept:
Response body
2 properties · 1 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| video* | File | Depth visualization video (MP4, H.264). | |
| raw_depths | File | Raw depth values as .npz (if include_raw_depths=True). | nullable |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/depth-anything-video","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}