Discussions

Ask a Question
Back to all

Avatar Positioning

I'm trying to use offset to position the avatar using the API. But as soon as I specify the offset object I get a video without the avatar visible back.

This is the full character object I tried:

"character": {
"type": "avatar",
"avatar_id": "Abigail_expressive_2024112501",
"avatar_style": "circle",
"scale": 0.5,
"offset": {
"x": 0.75,
"y": 0.75
}
},

If I remove the offset object, it works but the circle avatar is centered.

Thank you,

Niklas