> For the complete documentation index, see [llms.txt](https://docs.loomai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loomai.com/api/schema/scope.md).

# Scope

### Authorization Scopes

| Status             | Description                                                                                                                                                          |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `offline_access`   | Request refresh token. Ignored by [Client Credentials Flow](/api/authentication/client-credentials-flow.md) & [Implicit Flow](/api/authentication/implicit-flow.md). |
| `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* [*contact us*](https://loomai.com/contact) *for access.*
