Moondream · Authentication Profile

Moondream Authentication

Authentication

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

CompanyArtificial IntelligenceMachine LearningComputer VisionVision Language ModelObject DetectionImage CaptioningOCRDeveloper Tools
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

MoondreamAuth apiKey
· in: header ()
BearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/moondream-openapi.yml
docs: https://docs.moondream.ai/api
summary:
  types: [apiKey, http]
  api_key_in: [header]
  http_schemes: [bearer]
  oauth2_flows: []
notes: >-
  Moondream Cloud authenticates every request with an API key issued from the
  Moondream Cloud Console (https://moondream.ai/c/cloud/api-keys). Native Skill
  endpoints (/query, /caption, /detect, /point, /segment) pass the key in the
  X-Moondream-Auth header. The OpenAI-compatible /chat/completions endpoint takes
  the same key as an HTTP bearer token (Authorization: Bearer). There is no OAuth
  or scope surface.
schemes:
  - name: MoondreamAuth
    type: apiKey
    in: header
    parameter_name: X-Moondream-Auth
    sources: [openapi/moondream-openapi.yml]
  - name: BearerAuth
    type: http
    scheme: bearer
    used_by: [/chat/completions]
    sources: [openapi/moondream-openapi.yml]