GET

/v1/schemas/fal/image/fal-ai%2Fbytedance%2Fdreamina%2Fv3.1%2Ftext-to-image

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

Request body

6 properties · 1 required · 1 $defs
propertytypedescriptionconstraints
prompt*stringThe text prompt used to generate the image
num_imagesintegerNumber of images to generate1 ≤ n ≤ 4 · default: 1
enhance_promptbooleanWhether to use an LLM to enhance the promptdefault: false
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
image_sizeImageSize | enumThe size of the generated image. Width and height must be between 512 and 2048.default: {"height":1536,"width":2048}
seedintegerRandom seed to control the stochasticity of image generation.nullable

Validate a payload

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