GET
/v1/schemas/fal/image/fal-ai%2Ffinegrain-eraser
Accept:
Request body
4 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| prompt* | string | Text description of what to erase | |
| image_url* | string | URL of the image to edit | |
| seed | integer | Random seed for reproducible generation | 0 ≤ n ≤ 999 · nullable |
| mode | enum | Erase quality mode | express | standard | premium · default: "standard" |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/finegrain-eraser","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}