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 URL endpoints API

The URL endpoints API from ImageKit — 2 operation(s) for url endpoints.

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 URL endpoints 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.

URL endpoints 5
GET
/v1/accounts/url-endpoints
List URL‑endpoints
list-url-endpoints → 200401403404429
POST
/v1/accounts/url-endpoints
Create URL‑endpoint
create-url-endpoint body → 201400401403429
GET
/v1/accounts/url-endpoints/{id}
Get URL‑endpoint
get-url-endpoint 1 param → 200401403404429
PUT
/v1/accounts/url-endpoints/{id}
Update URL‑endpoint
update-url-endpoint 1 param body → 200400401403404429
DELETE
/v1/accounts/url-endpoints/{id}
Delete URL‑endpoint
delete-url-endpoint 1 param → 204400401403404429

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are UrlEndpointResponse (5 properties), UrlEndpointRequest (4 properties). Each schema is shown below with its type and property counts.

UrlEndpointResponse
object
URL‑endpoint object as returned by the API.
5 properties 4 required
UrlEndpointRequest
object
Schema for URL endpoint resource.
4 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

imagekit-url-endpoints-api-openapi.yml Raw ↑