Last updated: Oct-30-2024
On this page:
Overview
Learn how to find your Cloudinary credentials for using APIs and SDKs.
Video tutorial
Tutorial contents
This tutorial presents the following topics. Click a timestamp to jump to that part of the video.
Introduction
0:00 | The first thing you need when getting started with the Cloudinary APIs and SDKs is the credentials. This tutorial will show you how to find them. |
Find your cloud name
0:10 | Go to your Programmable Media Dashboard. At the top of the page under Product Environment, find your Cloud name, which you can easily copy to your clipboard. |
Find your API key and secret
0:21 | To find your API Keys, navigate to the API Keys page of the Console Settings via the Go to API Keys button, or by clicking on the Settings icon in the left sidebar. On the API Keys page, you can find both your API key and your API secret. |
Copy your API key and secret
0:34 | You can copy your API key, and if you want to access your API secret, select it to be visible. You may be asked to verify your password to see and copy your API secret. |
Manage your API key and secret pairs
0:45 | You can also manage your API key and secret pairs in the API Keys page of the Console Settings. For example, you can rename your key, designating it for testing, and generate a new API key and secret pair for production. If you no longer want a key pair to be active, you can either inactivate it or delete it. |
API environment variable
0:57 | In some projects, it might be easier to use the API environment variable, which contains your cloud name, API key and secret. You can see the API environment variable format, which includes the Cloud name of your product environment. Replace the placeholders in the format with real API key and secret values. |
Use your credentials safely
1:11 | Never share or expose your API key and secret, or commit them to GitHub, to avoid compromising your account. Instead, use tools like environment variables to securely connect to your account. |
Keep learning
Related topics
- Learn about transforming images and videos with Cloudinary.
- Take a look at the Optimization overview to learn about the benefits of optimizing your images and videos.
- Understand more about management and analysis capabilities.
- Watch more Dev Hints videos on the Cloudinary YouTube channel.
If you like this, you might also like...
Upload Programmatically
Use a Cloudinary SDK to upload media assetsAuto-Tag Assets
Tag assets automatically during upload with AI in Node.jsUpload Widget
Embed an Upload Widget in your site
Check out the Cloudinary Academy for free self-paced Cloudinary courses on a variety of developer or DAM topics, or register for formal instructor-led courses, either virtual or on-site.
✖️