GET

/v1/schemas/fal/video/fal-ai%2Flightx%2Frelight?kind=output

kind outputactivity videohash 28d7b282extracted Jul 6, 2026version currentsource upstream spec ↗

Response body

4 properties · 2 required · 1 $defs
propertytypedescriptionconstraints
seed*integerThe seed used for generation.
video*FileThe generated video file.
input_videoFileOptional: normalized/processed input video (if produced by the pipeline).nullable
viz_videoFileOptional: visualization/debug video (if produced by the pipeline).nullable

Validate a payload

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