GET

/v1/schemas/fal/image/fal-ai%2Fcodeformer

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

Request body

7 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringURL of image to be used for relighting
fidelitynumberWeight of the fidelity factor.default: 0.5
seedintegerRandom seed for reproducible generation.nullable
only_center_facebooleanShould only center face be restoreddefault: false
upscale_factornumberUpscaling factorn ≥ 1 · default: 2
face_upscalebooleanShould faces be upscaleddefault: true
alignedbooleanShould faces etc should be aligned.default: false

Validate a payload

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