ImgBB · Authentication Profile

Imgbb Authentication

Authentication

ImgBB secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

Image HostingImage UploadFile SharingCloud StorageMediaREST API
Methods: apiKey Schemes: 1 OAuth flows: API key in: query

Security Schemes

ApiKeyQuery apiKey
· in: query (key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/imgbb-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - query
schemes:
- name: ApiKeyQuery
  type: apiKey
  in: query
  parameter: key
  description: API key obtained from your ImgBB account settings at https://api.imgbb.com/.
    Pass as a query parameter named `key`.
  sources:
  - openapi/imgbb-openapi.yml