GET
/v1/schemas/fal/image/fal-ai%2Fcartoonify
Accept:
Request body
7 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| image_url* | string | URL of the image to apply cartoon style to | |
| guidance_scale | number | Guidance scale for the generation | 0 ≤ n ≤ 20 · default: 3.5 |
| seed | integer | The seed for image generation. Same seed with same parameters will generate same image. | nullable |
| use_cfg_zero | boolean | Whether to use CFG zero | default: false |
| scale | number | Scale factor for the Cartoon effect | 0.1 ≤ n ≤ 2 · default: 1 |
| enable_safety_checker | boolean | Whether to enable the safety checker | default: true |
| num_inference_steps | integer | Number of inference steps | 1 ≤ n ≤ 50 · default: 28 |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/cartoonify","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}