Skip to content

cuongndc/image-service

Repository files navigation

image-service

🚀🖼️ A minimal service for uploading image.

Easy way to upload image on Cloudiary.

cat FOSSA Status

Prepare

cloudiray

Usage

domain: https://image-servicee.herokuapp.com/

headers

{
  cloud_name: <Your cloud_name>
  api_key: <Your api_key>
  api_secret: <Your api_secret>
}

Upload single image

POST /api/image/upload-single

body (form-data)

{
  image: <Your image>
}

Upload multi image

POST /api/image/upload-multi

body (form-data)

{
  images: <Your images>
}

Build with 🙌 + ❤️

License

Apache