Create Stickers & Animations
Tutorial on how to use the API to render a sticker or animation.
Render Sticker
curl -X POST 'https://api.loomai.com/v0.5/avatars/{AVATAR_ID}/renderings?pose=thumbsUp' \
-H "Authorization: Bearer {ACCESS_TOKEN}"Render Animation
curl -X POST 'https://api.loomai.com/v0.5/avatars/{AVATAR_ID}/renderings?animation=idle' \
-H "Authorization: Bearer {ACCESS_TOKEN}"Last updated
Was this helpful?