Zephiel API

Image Generation

Free tier

Generate, edit, and upscale images from a prompt.

4.512 reviewsby Meridian AI24k subscribers
image generationdiffusioninpaintingupscalingcreative

Starts at

$30/mo

Choose a plan

Create a free account to subscribe.

Latency
2400ms
Uptime
99.93%
Endpoints
3

About this API

Text-to-image, image-to-image, inpainting, and upscaling behind one endpoint, with aspect-ratio control, seeds for reproducibility, negative prompts, and a safety classifier applied before anything is returned.

Common use cases

Marketing and social assets
Product photography variants
Placeholder art in prototypes
Editorial illustration

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/image-generation/generate" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "id": "img_5ce02a",
  "seed": 884213,
  "width": 1024,
  "height": 1024,
  "url": "https://cdn.zephiel.com/g/5ce02a.png",
  "safety": { "flagged": false }
}

Related APIs in AI & Machine Learning