Skip to main content

Cloudinary API keys

Description

General

  • Documentation: https://cloudinary.com/documentation
  • Summary: Cloudinary provides cloud-based image and video management services. It enables users to upload, store, manage, manipulate, and deliver images and videos for websites and apps.
  • IPs allowlist: An IP allowlist can be created from user profile.
  • Scopes: There is no scope for API keys.

Revoke the secret

API keys can be managed from user profile. See the Cloudinary documentation to learn more.

Check for suspicious activity

As of the time of writing this documentation, this feature is not yet supported.

Details for Cloudinary api key config

  • Family: Api

  • Category: CDN

  • Company: Cloudinary

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: False

  • Minimum number of matches: 3

  • Occurrences found for one million commits: 1.39

  • Prefixed: False

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- cloudinary

Examples

- text: |
// Config
cloudinary.config(
cloud_name = "dkyxxomlv",
api_key = "994726969699553",
api_secret = "uqe1_KhvuIoRfScRwaKy32SrFs9",
secure = true
)
cloud_name: dkyxxomlv
client_id: '994726969699553'
client_secret: uqe1_KhvuIoRfScRwaKy32SrFs9

Details for Cloudinary api key url

  • Family: Api

  • Category: CDN

  • Company: Cloudinary

  • High recall: True

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: False

  • Minimum number of matches: 3

  • Occurrences found for one million commits: 0.17

  • Prefixed: True

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- cloudinary

Examples

- text: |
CLOUDINARY_URL=cloudinary://692723469599193:uqp1_KyeuIoRfJaRebWm48DrFs0@dkyxxomlv
cloud_name: dkyxxomlv
client_id: '692723469599193'
client_secret: uqp1_KyeuIoRfJaRebWm48DrFs0

How can I help you ?