🚀🖼️ A minimal service for uploading image.
Easy way to upload image on Cloudiary.
- You need a Cloudiary account.
- Get
cloud_name
,api_key
,api_secret
from Cloudiary Dashboard
domain: https://image-servicee.herokuapp.com/
headers
{
cloud_name: <Your cloud_name>
api_key: <Your api_key>
api_secret: <Your api_secret>
}
POST /api/image/upload-single
body (form-data)
{
image: <Your image>
}
POST /api/image/upload-multi
body (form-data)
{
images: <Your images>
}
Build with 🙌 + ❤️
Apache