GET

/v1/schemas/fal/video/fal-ai%2Fheygen%2Favatar3%2Fdigital-twin

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

Request body

5 properties · 2 required · 2 $defs
propertytypedescriptionconstraints
voice*TextVoiceVoice configuration for the character
character*CharacterCharacter configuration for the video
aspect_ratioenumAspect ratio of the output video. Use '9:16' for portrait (vertical) videos, '16:9' for landscape, '1:1' for square, '4:5' for portrait social video, or '5:4' for landscape social video.16:9 | 9:16 | 4:5 | 5:4 | 1:1 · default: "16:9"
resolutionenumVideo resolution preset. Options: 360p, 480p, 540p, 720p, 1080p360p | 480p | 540p | 720p | 1080p · default: "720p"
audio_urlstringURL of an audio file for the avatar to lip-sync to. When provided, the avatar uses this audio instead of text-to-speech.nullable

Validate a payload

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