Imgix website screenshot

Imgix

imgix is a real-time image processing and CDN service that helps developers optimize images, improve page speed, and build responsive designs. The imgix Rendering API provides powerful image transformation and optimization capabilities directly through URL parameters.

1 APIs 16 Features
CDNImage OptimizationImage ProcessingMedia

APIs

Imgix Rendering API

The imgix Rendering API can optimize your images, improve your page speed, and make it easy to create responsive designs. Images are processed and delivered in real-time via URL...

Collections

GraphQL

Imgix GraphQL Schema

This conceptual GraphQL schema models the Imgix real-time image processing and CDN API. Imgix provides powerful on-the-fly image transformation and optimization through URL para...

GRAPHQL

Pricing Plans

Imgix Plans Pricing

6 plans

PLANS

Rate Limits

Imgix Rate Limits

3 limits

RATE LIMITS

FinOps

Imgix Finops

FINOPS

Features

Starter $25/mo: 100 credits, 50 GB storage, 100 GB bandwidth
Basic $75/mo: 375 credits, 187.5 GB storage, 375 GB bandwidth
Midrange $150/mo: 830 credits
Growth $300/mo: 1,875 credits
Growth Plus $500/mo: 3,570 credits
Enterprise: custom credits and workflows
Per-extra-credit declines from $0.25 (Starter) to $0.12 (Growth Plus)
On-the-fly URL-based image transformations
100+ transformation parameters
Render API: unmetered requests (counted in credits)
Management API: 100 req/sec/source
Master image counts toward storage
Webhooks for source/asset events
Auto-format (WebP/AVIF), auto-quality, auto-compress
Video processing (separate Video product)
Asset Manager DAM and Asset Cleanup

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
💬
Support
Support
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: imgix Management API
  version: '1.0'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: List sources
    type: http
  http:
    method: GET
    url: https://api.imgix.com/api/v1/sources
  docs: List sources
- info:
    name: Create a source
    type: http
  http:
    method: POST
    url: https://api.imgix.com/api/v1/sources
    body:
      type: json
      data: '{}'
  docs: Create a source
- info:
    name: Retrieve a source
    type: http
  http:
    method: GET
    url: https://api.imgix.com/api/v1/sources/:source_id
    params:
    - name: source_id
      value: ''
      type: path
  docs: Retrieve a source
- info:
    name: Update a source
    type: http
  http:
    method: PATCH
    url: https://api.imgix.com/api/v1/sources/:source_id
    params:
    - name: source_id
      value: ''
      type: path
    body:
      type: json
      data: '{}'
  docs: Update a source
- info:
    name: Purge a URL from the imgix cache
    type: http
  http:
    method: POST
    url: https://api.imgix.com/api/v1/sources/:source_id/purge
    params:
    - name: source_id
      value: ''
      type: path
    body:
      type: json
      data: '{}'
  docs: Purge a URL from the imgix cache
- info:
    name: List assets for a source
    type: http
  http:
    method: GET
    url: https://api.imgix.com/api/v1/sources/:source_id/assets
    params:
    - name: source_id
      value: ''
      type: path
  docs: List assets for a source
bundled: true