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. Schema

Scope

PreviousQuotaNextStatus

Last updated 5 years ago

Was this helpful?

Authorization Scopes

Status

Description

offline_access

Request refresh token. Ignored by & .

openid

Express intent to use OIDC to verify the user's identity.

email

Access user's email.

profile

Access user's profile.

read:avatars

Access user's avatars.

write:avatars

Create user's avatars.

read:features

Access solver results.

write:features

Solve photos.

read:gltf

Access GLTF* of user's avatars.

read:renderings

Access renderings of user's avatars, sticker packs & animations.

write:renderings

Render user's avatars, sticker packs & animations.

*GLTF is a premium feature. Please for access.

contact us
Client Credentials Flow
Implicit Flow