Napkin.AI · OAuth Scopes

Napkin.AI OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.napkin.ai/v1/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.

CompanyAiVisualizationDiagramsChartsInfographicsPresentationsContent GenerationDesignDeveloper API
Scopes: 2 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.napkin.ai/v1/oauth/authorize
Token URL
https://api.napkin.ai/v1/oauth/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
generation Ability to create visual generations on behalf of the user authorizationCode
user Access to basic user profile information (email, name, user ID) authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/napkinai-openapi.yml
docs: https://api.napkin.ai/oauth-user-authentication
schemes:
- name: oauth2
  source: openapi/napkinai-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.napkin.ai/v1/oauth/authorize
    tokenUrl: https://api.napkin.ai/v1/oauth/token
  description: OAuth 2.0 authorization code flow (beta). Your application must be approved by
    the Napkin AI team to obtain client credentials.
scopes:
- scope: generation
  description: Ability to create visual generations on behalf of the user
  flows:
  - authorizationCode
  sources:
  - openapi/napkinai-openapi.yml
- scope: user
  description: Access to basic user profile information (email, name, user ID)
  flows:
  - authorizationCode
  sources:
  - openapi/napkinai-openapi.yml