Docupilot · Authentication Profile

Docupilot Authentication

Authentication

Docupilot secures its APIs with apiKey and http across 3 declared security schemes, as derived from its OpenAPI definitions.

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: cookie, header

Security Schemes

OAuthAuthentication http
scheme: bearer
SessionAuthentication apiKey
· in: cookie (sessionid)
tokenAuth apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/openapi-accounts.yaml, openapi/openapi-app.yaml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - cookie
  - header
schemes:
- name: OAuthAuthentication
  type: http
  scheme: bearer
  description: OAuth2 Bearer Token Authentication
  sources:
  - openapi/openapi-accounts.yaml
  - openapi/openapi-app.yaml
- name: SessionAuthentication
  type: apiKey
  in: cookie
  parameter: sessionid
  description: browser based login takes care of this
  sources:
  - openapi/openapi-accounts.yaml
  - openapi/openapi-app.yaml
- name: tokenAuth
  type: apiKey
  in: header
  parameter: Authorization
  description: Token-based authentication with required prefix "Basic"
  sources:
  - openapi/openapi-app.yaml