GET

/v1/schemas/fal/video/fal-ai%2Fheygen%2Fv2%2Fvideo-agent

kind inputactivity videohash a31611f5extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

2 properties · 1 required · 1 $defs
propertytypedescriptionconstraints
prompt*stringNatural language prompt describing the video to generate. Include details about style, visual elements, and desired length for best results.
configVideoAgentConfigVideo configuration options

Validate a payload

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