Image Upload API
## 📸 Image Upload API – Effortless Image Hosting and Management The **Image Upload API** allows you to seamlessly upload, retrieve, and delete images via RESTful endpoints. Whether you're working on an app, blog, CMS, or any digital project, this API simplifies image management by hosting your images and returning publicly accessible URLs. ### 🔧 API Base URL ```…
Image Upload API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Uploading image - by URL /image_url |
let's host your image |
| POST |
Uploading image - by File /image |
let's host your image |
| GET |
All Uploaded Images /get_images |
Get All Uploaded Images |
| DELETE |
Delete image /delete_image |
You could delete images by this endpoint |
Image Upload API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $99.99 / month | — |
|