GET
/v1/schemas/fal/video/fal-ai%2Flightx%2Frecamera
Accept:
Request body
7 properties · 1 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| video_url* | string | URL of the input video. | |
| seed | integer | Random seed for reproducibility. If None, a random seed is chosen. | nullable |
| prompt | string | Optional text prompt. If omitted, Light-X will auto-caption the video. | nullable |
| camera | enum | Camera control mode. | traj | target · default: "traj" |
| trajectory | TrajectoryParameters | Camera trajectory parameters for re-camera operations. | nullable |
| target_pose | number[] | Target camera pose [theta, phi, radius, x, y] (required when camera='target'). | nullable |
| mode | enum | Camera motion mode. | gradual | bullet | direct | dolly-zoom · default: "gradual" |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/lightx/recamera","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}