Zephiel API

Image Processing

Free tier

Resize, optimize, and transform images on the fly.

4.812 reviewsby Meridian AI23k subscribers
imagesresizewebpbackground removalcdn

Starts at

$17/mo

Choose a plan

Create a free account to subscribe.

Latency
380ms
Uptime
99.97%
Endpoints
3

About this API

A transformation pipeline over HTTP: resize, crop with smart focal-point detection, convert between AVIF, WebP, JPEG, and PNG, strip metadata, apply filters, and remove backgrounds, all delivered from an edge cache.

Common use cases

Responsive image delivery
User avatar pipelines
Product photo cleanup
Bandwidth reduction

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-processing/transform" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "output_url": "https://cdn.zephiel.com/i/7be21c.avif",
  "format": "avif",
  "width": 1200,
  "height": 800,
  "bytes_saved": 412887
}

Related APIs in Media & Files