Loomie™ 3D Avatar Platform
  • Welcome
  • REST API Tutorials
    • API Credentials
    • Create Avatar & Render
    • Create Avatar & Render (fast)
    • Create Avatar & Download GLTF
    • Create Stickers & Animations
  • Voice2Animation SDK Tutorials
    • Unity Tutorial
    • Loom.ai Facial Rig Specification
  • Loomie SDK Tutorials
    • Deploying the Docker Image
    • Example App Walkthrough
      • Example App Full Source
  • REST API
    • Authentication
      • Authorization Code Flow
      • Authorization Code Flow with PKCE
      • Client Credentials Flow
      • Implicit Flow
      • Refresh Token Flow
      • Resource Owner Flow
    • Authorization
    • Avatars
      • List
      • Create
      • Resolve Status
      • Delete
      • Attachments
        • List
        • Resolve
      • Renderings
        • List
        • Create
        • Resolve
        • Resolve Status
    • Schema
      • Animation
      • Attachment Type
      • Dimensions
      • Quota
      • Scope
      • Status
      • Sticker
Powered by GitBook
On this page
  • POST /avatars/{AVATAR_ID}/renderings?pose={name}
  • POST /avatars/{AVATAR_ID}/renderings?animation={name}

Was this helpful?

  1. REST API
  2. Avatars
  3. Renderings

Create

Renders a sticker or an animation.

POST /avatars/{AVATAR_ID}/renderings?pose={name}

Request

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

pose

query

string

size

query

string

background_color

query

string

RGB Color Code (HEX), e.g. #FFFFFF

Response

Schema
HTTP/1.1 202 Accepted
X-Loom-Status: [RENDERING_ID]

POST /avatars/{AVATAR_ID}/renderings?animation={name}

Request

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

animation

query

string

size

query

string

background_color

query

string

RGB Color Code (HEX), e.g. #FFFFFF

Response

Schema
HTTP/1.1 202 Accepted
X-Loom-Status: [RENDERING_ID]
PreviousListNextResolve

Last updated 4 years ago

Was this helpful?

See for available values.

See for available values.

See for available values.

See for available values.

Sticker
Dimensions
Animation
Dimensions