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 Tutorials

API Credentials

PreviousWelcomeNextCreate Avatar & Render

Last updated 4 years ago

Was this helpful?

Register your application

Handle your client secret with care. You can revoke and replace generated credentials in case they get compromised. Public applications that are not able to securely store a secret, e.g. native / mobile or single-page web applications, should use the or .

In order for your application to access any of our products or APIs, you must first register your application using the .

Registration will provide you with a pair of client id and client secret that you can use to authorise your application or service using one of the various we are supporting.

Authorization Code Flow with PKCE
Implicit Flow
Loom AI developer portal
oauth2 authentication flows