GET

/v1/schemas/fal/video/fal-ai%2Famt-interpolation

kind inputactivity videohash 2ec5f7b6extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

3 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
video_url*stringURL of the video to be processed
recursive_interpolation_passesintegerNumber of recursive interpolation passesdefault: 2
output_fpsintegerOutput frames per seconddefault: 24

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/amt-interpolation","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}