Imago
Imago is a lightweight image optimization API for developers. Upload an image or point it at a URL, and Imago resizes, crops, and converts it to modern formats like WebP and AVIF; cutting file sizes without the complexity or cost of a full media platform. One endpoint, transparent pricing, and it drops into any stack in seconds.
Imago endpoints
| Method | Endpoint | Description |
|---|---|---|
| Optimize | ||
| POST |
optimizeUpload /v1/optimize |
Upload an image as multipart form data under the file field, along with the options you want. Returns the optimized image bytes with the matching content type. |
| GET |
optimizeUrl /v1/optimize |
Point Imago at a public image URL and it fetches, optimizes, and returns it. The URL must resolve to a public address. |
Imago pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | Free | — |
|
| PRO | $7 / month | 3 / second |
|
| ULTRA Recommended | $19 / month | 35 / second |
|
| MEGA | $79 / month | 25 / second |
|