GET
/v1/schemas/fal/video/fal-ai%2Famt-interpolation
Accept:
Request body
3 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| video_url* | string | URL of the video to be processed | |
| recursive_interpolation_passes | integer | Number of recursive interpolation passes | default: 2 |
| output_fps | integer | Output frames per second | default: 24 |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/amt-interpolation","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}