Openart · OAuth Scopes

Openart OAuth Scopes

OAuth 2.0 searched

Openart publishes 1 OAuth 2.0 scope via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Openart API on a user’s behalf.

Tokens are issued from https://openart.ai/suite/api/auth/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyArtificial IntelligenceGenerative AIImage GenerationVideo GenerationCreative ToolsMCPModel Context Protocol
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://openart.ai/suite/api/auth/oauth/authorize
Token URL
https://openart.ai/suite/api/auth/oauth/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
full_access Full access to the authenticated OpenArt account and its capabilities (image/video generation, model discovery, library, projects, account credits/plan). This is the only scope OpenArt's OAuth server advertises (scopes_supported: [full_access]); it is a coarse, all-or-nothing grant. authorizationCode

Source

OAuth Scopes

openart-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://openart.ai/.well-known/oauth-authorization-server
docs: https://openart.ai/mcp
schemes:
- name: OAuth2
  source: well-known/openart-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://openart.ai/suite/api/auth/oauth/authorize
    tokenUrl: https://openart.ai/suite/api/auth/oauth/token
scopes:
- scope: full_access
  description: >-
    Full access to the authenticated OpenArt account and its capabilities
    (image/video generation, model discovery, library, projects, account
    credits/plan). This is the only scope OpenArt's OAuth server advertises
    (scopes_supported: [full_access]); it is a coarse, all-or-nothing grant.
  flows: [authorizationCode]
  sources: [well-known/openart-oauth-authorization-server.json]