Napkin · OAuth Scopes

Napkin OAuth Scopes

OAuth 2.0 searched

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

CompanyAiVisualizationDiagramsInfographicsPresentationsContent GenerationDeveloper APIDesign
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
user Access to basic user profile information (email, name, user ID). authorizationCode
generation Ability to create visual generations on behalf of the user. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/napkin-openapi.yml
docs: https://api.napkin.ai/oauth-user-authentication
schemes:
  - name: oauth2
    source: openapi/napkin-openapi.yml
    flows:
      - flow: authorizationCode
        authorizationUrl: https://api.napkin.ai/v1/oauth/authorize
        tokenUrl: https://api.napkin.ai/v1/oauth/token
        revokeUrl: https://api.napkin.ai/v1/oauth/revoke
scopes:
  - scope: user
    description: Access to basic user profile information (email, name, user ID).
    flows: [authorizationCode]
    sources: [openapi/napkin-openapi.yml]
  - scope: generation
    description: Ability to create visual generations on behalf of the user.
    flows: [authorizationCode]
    sources: [openapi/napkin-openapi.yml]