Qdrant · Authentication Profile

Qdrant Authentication

Authentication

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

AIArtificial IntelligenceVector Databases
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

api-key apiKey
· in: header (api-key)
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/qdrant-openapi-original.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: api-key
  type: apiKey
  in: header
  parameter: api-key
  description: Authorization key, either read-write or read-only
  sources:
  - openapi/qdrant-openapi-original.json
- name: bearerAuth
  type: http
  scheme: bearer
  sources:
  - openapi/qdrant-openapi-original.json