GET

/v1/schemas/fal/image/fal-ai%2Fbria%2Freimagine

kind inputactivity imagehash b0b04d7aextracted Jul 15, 2026version currentsource upstream spec ↗

Request body

8 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
prompt*stringThe prompt you would like to use to generate images.
structure_image_urlstringThe URL of the structure reference image. Use "" to leave empty. Accepted formats are jpeg, jpg, png, webp.default: ""
num_inference_stepsintegerThe number of iterations the model goes through to refine the generated image. This parameter is optional.20 ≤ n ≤ 50 · default: 30
seedinteger The same seed and the same prompt given to the same version of the model will output the same image every time. 0 ≤ n ≤ 2147483647 · nullable
fastbooleanWhether to use the fast modeldefault: true
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.default: false
num_resultsintegerHow many images you would like to generate. When using any Guidance Method, Value is set to 1.1 ≤ n ≤ 4 · default: 1
structure_ref_influencenumberThe influence of the structure reference on the generated image. Must be between 0 and 1.0 ≤ n ≤ 1 · default: 0.75

Validate a payload

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