Docparser · Authentication Profile

Docparser Authentication

Authentication

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

Document ParsingData ExtractionPDFOCRDocument AutomationInvoicesContractsREST API
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header, query

Security Schemes

basicAuth http
scheme: basic
apiKeyHeader apiKey
· in: header (api_key)
apiKeyQuery apiKey
· in: query (api_key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/docparser-rest-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
  - query
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: HTTP Basic Authentication. Use your API key as the username and leave the password
    blank.
  sources:
  - openapi/docparser-rest-api-openapi.yml
- name: apiKeyHeader
  type: apiKey
  in: header
  parameter: api_key
  description: API key passed as a custom request header.
  sources:
  - openapi/docparser-rest-api-openapi.yml
- name: apiKeyQuery
  type: apiKey
  in: query
  parameter: api_key
  description: API key passed as a URL query parameter.
  sources:
  - openapi/docparser-rest-api-openapi.yml