Last updated 2 years ago
If you want to upload a image to use on your service you can use this route to generate a signature to upload an image to cloudinary
Get signature to upload an image
curl -L \ --url '/cloudinary/get-signature'
{ "apiKey": "text", "signature": "text", "timestamp": 1, "publicId": "text", "uploadPreset": "text" }