Adobe Photoshop · Authentication Profile

Adobe Photoshop Authentication

Authentication

Adobe Photoshop secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

AI/MLCreative CloudImage EditingPhotoshopPluginsREST APIScripting
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

BearerAuth http
scheme: bearer
ApiKeyAuth apiKey
· in: header (x-api-key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/adobe-photoshop-api-openapi-original.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: OAuth Server-to-Server access token obtained from Adobe IMS at https://ims-na1.adobelogin.com/ims/token/v3
    using client_credentials grant type.
  sources:
  - openapi/adobe-photoshop-api-openapi-original.yml
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: x-api-key
  description: Your Adobe Developer Console Client ID.
  sources:
  - openapi/adobe-photoshop-api-openapi-original.yml