get https://api.heygen.com/v2/template/
This API now supports New AI Studio!
Response
Field | Type | Description |
---|---|---|
variables | Variables available for replacement. | |
variables.<name> | Variable object. | |
variables.<name>.name | string | Variable name set by user. |
variables.<name>.type | string | Type of variable. |
variables.<name>.properties | Properties object. | |
variables.<name>.properties.content | string | Default content for text variable. |
variables.<name>.properties.url | string | Default url for image/video/audio(coming soon) variable. |
variables.<name>.properties.asset_id | string | Default asset_id for image/video/audio(coming soon) variable. |
variables.<name>.properties.fit | string | Default fit for image/video variable. |
variables.<name>.properties.play_style | string | Default play_style for video variable. |
variables.<name>.properties.character_id | string | Default character_id for character variable. |
variables.<name>.properties.type | string | Type of character for character variable. |
variables.<name>.properties.voice_id | string | Default voice_id for text variable. |