Last updated: Sep-12-2024
On this page:
Overview
In this tutorial, you'll learn how to set up, configure and make your first request with the Cloudinary Programmable Media Postman collections.
Video tutorial
Tutorial contents
This tutorial presents the following topics. Click a timestamp to jump to that part of the video.
Introduction and sign up
0:00 | Cloudinary has created a set of Postman collections to help you easily try out and make requests to our APIs using a UI-based tool. You can sign up for a free account for both tools on Cloudinary.com and Postman.com. |
Navigate to the collections
0:21 | The documentation pages for each of the Cloudinary APIs have links to the collections, or you can find more details and links on the dedicated Postman collections help page. |
Fork the collections
0:36 | To use the collections, you need to fork them to your own workspace. You can do this by opening up a collection and clicking the fork button from the taskbar. |
Add your credentials to an environment
1:03 | To authenticate your Postman requests to Cloudinary, you need to add your Cloudinary credentials to Postman by creating an environment. The environment will contain the variables and values for cloud_name , api_key , api_secret . You can find your credentials on the API Keys page of the Cloudinary Console Settings. |
Make your first request
1:50 | Once you have set up everything for the collections, you can update the parameters and send your first request to Cloudinary. Postman will send back the API response and from here you can start experimenting with the collections. |
Keep learning
Related topics
- Learn more in our dedicated Postman collections help page.
- Navigate straight to the Postman collections.
If you like this, you might also like...
Create Upload Presets
Streamline media uploads using signed upload presetsUpload Programmatically
Use a Cloudinary SDK to upload media assetsGet Started with the CLI
Set up the CLI and get familiar with some basic commands
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.
✖️