GET

/v1/schemas/fal/video/fal-ai%2Fheygen%2Favatar4%2Fimage-to-video

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

Request body

10 properties · 1 required · 1 $defs
propertytypedescriptionconstraints
image_url*stringURL of the image to animate. The image should contain a clear face.
aspect_ratioenumAspect ratio of the output video. Supported values: '16:9', '9:16', '4:5', '5:4', '1:1', and 'auto'. 'auto' preserves the source aspect ratio when HeyGen can read it, falling back to '16:9' otherwise.16:9 | 9:16 | 4:5 | 5:4 | 1:1 | auto · default: "16:9"
audio_urlstringURL of an audio file for the avatar to lip-sync to. When provided, overrides prompt and voice.nullable
talking_styleenumTalking style - 'stable' for minimal movement, 'expressive' for more animationstable | expressive · default: "stable"
backgroundAvatarIVBackgroundBackground configuration
resolutionenumVideo resolution preset. Options: 360p, 480p, 540p, 720p, 1080p360p | 480p | 540p | 720p | 1080p · default: "720p"
voiceenumName of the voice to use for the avatarWarm Pro Narrator | Chill Brian | Ivy | John Doe | Monika Sogam | Hope · +96 more
expressionconstFacial expression"happy" · nullable
promptstringThe text the avatar will speaknullable
captionbooleanWhether to add captions to the videodefault: false

Validate a payload

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