ImageKit · Authentication Profile

Imagekit Authentication

Authentication

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

ImagesVideoCDNMediaOptimizationTransformationsDigital Asset ManagementDAMStorageCacheUpload
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

basicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/imagekit-media-api-openapi.yml
summary:
  types:
  - http
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: |-
    Basic HTTP authentication. Allowed headers-- Authorization: Basic <private_api_key> | Authorization: Basic <base64 hash of `private_api_key:`>
    ImageKit API uses API keys to authenticate requests. You can view and manage your API keys in [the dashboard](https://imagekit.io/dashboard/developer/api-keys).
    All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests wit
  sources:
  - openapi/imagekit-media-api-openapi.yml