GET

/v1/schemas/fal/image/fal-ai%2Fcontrol-light

kind inputactivity imagehash da6d348bextracted Jul 6, 2026version currentsource upstream spec ↗

Request body

9 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringURL of the image to enhance.
enable_safety_checkerbooleanEnable the safety checker for the output image.default: true
num_inference_stepsintegerNumber of denoising steps.4 ≤ n ≤ 8 · default: 4
sync_modebooleanIf True, return images as data URIs instead of CDN URLs.default: false
output_formatenumOutput image format.jpeg | png | webp · default: "png"
lighting_levelnumberStrength of the lighting enhancement (LoRA adapter scale). 0.0 leaves the image essentially untouched; 1.0 applies the strongest exposure lift the LoRA was trained for.0 ≤ n ≤ 1 · default: 0.75
seedintegerRandom seed for reproducible generation. If not set, a random seed is used.nullable
guidance_scalenumberClassifier-free guidance scale.0 ≤ n ≤ 20 · default: 1
promptstringRestoration prompt fed to FLUX.2 [klein].default: "Enhance this low-light image by…

Validate a payload

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