Photo Upload API
## 📸 Photo Upload API – Upload, Fetch & Manage Images in the Cloud The **Photo Upload API** lets you upload and host images easily via form data or image URLs. You can also fetch a list of all uploaded images or delete any image by name. Ideal for use in dashboards, apps, or tools needing dynamic image management. --- ### 🔑 Features - Upload images via **direct URL** or **file upload** -…
Photo Upload API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Uploading image - by File /image |
let's host your image |
| POST |
Uploading image - by URL /image_url |
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 |
Photo Upload API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $99.99 / month | — |
|