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
  • Rest API
  • Voice2Animation Unity SDK
  • Loomie SDK

Was this helpful?

Welcome

NextAPI Credentials

Last updated 5 years ago

Was this helpful?

Rest API

Our REST API allows access to Loom.ai services running on our cloud servers.

Voice2Animation Unity SDK

The Voice2Animation SDK allows you to generate realistic talking animations for characters with a FACS-style rig. Simply import your voice recordings or text script and immediately see your characters talk.

Loomie SDK

The Loomie SDK allows you to deploy Loom.ai technology in your own service or application. The SDK is available for Linux, Windows, macOS, iOS, and Android, with API bindings in C++, Python, and Java (coming soon.)

The tutorials below show the application of our Loomie SDK for building a personalized sticker pack and a 3D GLTF loomie rig from an input photograph.

To inquire about access to our SDKs please refer to our .

API Credentials
Create Avatar & Render
Create Avatar & Download GLTF
Create Stickers & Animations
Unity Tutorial
Loom.ai Facial Rig Specification
Developer Page
Deploying the Docker Image
Example App Walkthrough
Example App Full Source