Render avatar with specified pose
applied.
curl -X POST "https://api.loomai.com/v0.5/avatars/{AVATAR_ID}/renderings?pose={name}"
curl -X POST "https://api.loomai.com/v0.5/avatars/5723980430835712/renderings?pose=neutral"
Parameter | Transport | Type | Description |
|
|
| See Sticker for available values. |
|
|
| See Dimensions for available values. |
|
|
| RGB Color Code (HEX), e.g. |
SchemaHTTP/1.1 202 AcceptedX-Loom-Status: [RENDERING_ID]
Render specified animation.
curl -X POST "https://api.loomai.com/v0.5/avatars/{AVATAR_ID}/renderings?animation={name}"
curl -X POST "https://api.loomai.com/v0.5/avatars/5723980430835712/renderings?animation=idle"
Parameter | Transport | Type | Description |
|
|
| See Animation for available values. |
|
|
| See Dimensions for available values. |
|
|
| RGB Color Code (HEX), e.g. |
SchemaHTTP/1.1 202 AcceptedX-Loom-Status: [RENDERING_ID]