GET

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

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

Request body

10 properties · 3 required · 0 $defs
propertytypedescriptionconstraints
target_prompt*stringPrompt of the image to be made.
image_url*stringURL of image to be used for relighting
source_prompt*stringPrompt of the image to be used.
seedintegerRandom seed for reproducible generation. If set none, a random seed will be used.nullable
n_maxintegerControl the strength of the editnullable
n_minintegerMinimum step for improved style editsnullable
tar_guidance_scalenumberGuidance scale for target.0 ≤ n ≤ 30 · nullable
num_inference_stepsintegerSteps for which the model should run.1 ≤ n ≤ 50 · nullable
n_avgintegerAverage step countnullable
src_guidance_scalenumberGuidance scale for the source.0 ≤ n ≤ 30 · nullable

Validate a payload

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