ImageAPI – AI Image Generation
ImageAPI is a powerful AI image generation API that allows developers to create high-quality images from simple text prompts in seconds. With support for multiple AI models, you can generate anything from realistic photos to creative artwork, logos, and product images — all through a simple REST API. 🚀 Key Features Generate images from text prompts Create logos and product images Multiple AI…
ImageAPI – AI Image Generation endpoints
| Method | Endpoint | Description |
|---|---|---|
| Generate | ||
| POST |
generate_logo_post /api/v1/generate/logo |
Optional `model`: slug from GET /api/v1/models. |
| POST |
generate_post /api/v1/generate |
Optional `model`: use a `slug` from GET /api/v1/models. Each batch item can set its own `model`. |
| POST |
generate_product_post /api/v1/generate/product |
Optional `model`: slug from GET /api/v1/models. |
| Prompt | ||
| POST |
prompt_enhance_post /api/v1/prompt/enhance |
|
| POST |
prompt_build_post /api/v1/prompt/build |
|
| Models | ||
| GET |
models_list /api/v1/models |
Returns every model the API can use. Pick a `slug` and pass it as `model` in POST /api/v1/generate (and product/logo variants). |
| Usage | ||
| GET |
usage_get /api/v1/usage |
|
| Health | ||
| GET |
health_check /api/v1/health |
|
ImageAPI – AI Image Generation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | 100 / minute |
|
| ULTRA | $10 / month | 100 / minute |
|
| MEGA | $15 / month | 100 / minute |
|