GET
/v1/schemas/fal/video/fal-ai%2Fheygen%2Fv2%2Fvideo-agent
Accept:
Request body
2 properties · 1 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| prompt* | string | Natural language prompt describing the video to generate. Include details about style, visual elements, and desired length for best results. | |
| config | VideoAgentConfig | Video configuration options |
Validate a payload
before you spend tokensshell
$ 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", …}]}