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

ImageKit Origins API

The Origins API from ImageKit — 2 operation(s) for origins.

This API exposes 5 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://api.imagekit.io.

5 operations 2 paths 2 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.imagekit.io
Authentication
HTTP Basic
Terms of Service
Resource Areas
1

Authentication & Security 1

ImageKit Origins API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • basicAuth — Basic HTTP authentication. Allowed headers-- Authorization: Basic | Authorization: Basic ImageKit API uses API keys to authenticate requests. You can view and…

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Origins 5
GET
/v1/accounts/origins
List origins
list-origins → 200401403429
POST
/v1/accounts/origins
Create origin
create-origin body → 201400401403429
GET
/v1/accounts/origins/{id}
Get origin
get-origin 1 param → 200401403404429
PUT
/v1/accounts/origins/{id}
Update origin
update-origin 1 param body → 200400401403404429
DELETE
/v1/accounts/origins/{id}
Delete origin
delete-origin 1 param → 204401403404429

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. Each schema is shown below with its type and property counts.

OriginRequest
object
Schema for origin request resources.
OriginResponse
object
Origin object as returned by the API (sensitive fields removed).

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

imagekit-origins-api-openapi.yml Raw ↑