Cloudinary
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
Get signature to upload an image
Responses
200Success
application/json
401
Need user with one of these roles: superAdmin, admin
get
GET /cloudinary/get-signature HTTP/1.1
Host:
Accept: */*
{
"apiKey": "text",
"signature": "text",
"timestamp": 1,
"publicId": "text",
"uploadPreset": "text"
}
Last updated