We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Allows to request the authentication signature and other parameters needed to upload images into Cloudinary.
URL: /v1/cloudinary/sign
/v1/cloudinary/sign
Method: POST
POST
Path Parameters: None
Query Parameters: None
Headers:
Authorization: Bearer {accessToken}
Content-Type: application/json
Content:
Any Cloudinary Upload Optional Parameter.
Content example:
{ "public_id": "7bd2862f-8deb-4814-8943-156d9dab80dd", "eager": "w_400,h_300,c_pad", "overwrite": true, "auto_tagging": 0.5 }
Code: 200 OK
200 OK
{ "signature": "eceb5b5e22bdfafd5bd7b036b10aa94152b534bc", "timestamp": 1653336779, "cloudName": "newm", "apiKey": "1234567890" }
Code: 401 UNAUTHORIZED
401 UNAUTHORIZED
Condition: If {accessToken} is invalid or expired.
{accessToken}
Login using Email/Password
Login using OAuth