GET

/v1/schemas/fal/video/fal-ai%2Flightx%2Frecamera

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

Request body

7 properties · 1 required · 1 $defs
propertytypedescriptionconstraints
video_url*stringURL of the input video.
seedintegerRandom seed for reproducibility. If None, a random seed is chosen.nullable
promptstringOptional text prompt. If omitted, Light-X will auto-caption the video.nullable
cameraenumCamera control mode.traj | target · default: "traj"
trajectoryTrajectoryParametersCamera trajectory parameters for re-camera operations.nullable
target_posenumber[]Target camera pose [theta, phi, radius, x, y] (required when camera='target').nullable
modeenumCamera motion mode.gradual | bullet | direct | dolly-zoom · default: "gradual"

Validate a payload

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