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

Was this helpful?

  1. REST API
  2. Avatars

Resolve Status

Resolves processing status of created/updated avatar.

PreviousCreateNextDelete

Last updated 4 years ago

Was this helpful?

HEAD /avatars/{AVATAR_ID}

This allows to query the status of an avatar. Please use a reasonable interval of 1+ seconds when querying this endpoint. See for a list of status values.

Request

curl -X HEAD "https://api.loomai.com/v0.5/avatars/{AVATAR_ID}"
curl -X HEAD "https://api.loomai.com/v0.5/avatars/5723980430835712"

Response

HTTP/1.1 204 No Content
X-Loom-Status: [STATUS]
HTTP/1.1 204 No Content
X-Loom-Status: inprogress
Schema > Status