Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Imgix Sources API

The Sources API from Imgix — 4 operation(s) for sources.

Imgix Sources API is one of 2 APIs that Imgix publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Sources. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 4 paths. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.imgix.com.

6 operations 4 paths 0 schemas 3 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Server
https://api.imgix.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Imgix Sources API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer API key from the imgix dashboard.

Paths & Operations 6

Across 4 paths, the API surfaces 6 operations — 3 GET, 1 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Sources 6
GET
/api/v1/sources
List sources
listSources → 200
POST
/api/v1/sources
Create a source
createSource body → 201
GET
/api/v1/sources/{source_id}
Retrieve a source
getSource 1 param → 200
PATCH
/api/v1/sources/{source_id}
Update a source
updateSource 1 param body → 200
POST
/api/v1/sources/{source_id}/purge
Purge a URL from the imgix cache
purgeAsset 1 param body → 200
GET
/api/v1/sources/{source_id}/assets
List assets for a source
listAssets 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

imgix-sources-api-openapi.yml Raw ↑

Other APIs Imgix publishes across the network.

Imgix Rendering API