Sushi Stash API

Integrate unlimited image storage into your applications

Authentication

/dashboard

Create Your Account and Get the API key now!

Upload Image

POST/api/dev/upload

Upload an image to your storage

Use Formdata:-

Example Response:

 {
  "id": "BQACAgUAAxkDAANSZvvA6e_WL5gy2JeYUBmgItF3CWYAAhUQAAKkI-BXBeRfvHFdYSQ2BA"
} 

Retrieve Image

/api/images/[imageid]

Retrieve an image by its ID.