GET

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

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

Request body

2 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringURL of the image to be processed
draw_modeenumMode of drawing the pose on the image. Options are: 'full-pose', 'body-pose', 'face-pose', 'hand-pose', 'face-hand-mask', 'face-mask', 'hand-mask'.full-pose | body-pose | face-pose | hand-pose | face-hand-mask | face-mask · +1 more · default: "body-pose"

Validate a payload

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