GET

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

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

Request body

7 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringURL of the image to apply cartoon style to
guidance_scalenumberGuidance scale for the generation0 ≤ n ≤ 20 · default: 3.5
seedintegerThe seed for image generation. Same seed with same parameters will generate same image.nullable
use_cfg_zerobooleanWhether to use CFG zerodefault: false
scalenumberScale factor for the Cartoon effect0.1 ≤ n ≤ 2 · default: 1
enable_safety_checkerbooleanWhether to enable the safety checkerdefault: true
num_inference_stepsintegerNumber of inference steps1 ≤ n ≤ 50 · default: 28

Validate a payload

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