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 Custom metadata fields API

The Custom metadata fields API from ImageKit — 2 operation(s) for custom metadata fields.

This API exposes 4 operations across 2 paths, and defines 1 schema. 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.

4 operations 2 paths 1 schemas 1 DELETE1 GET1 PATCH1 POST

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 Custom metadata fields 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 4

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

Custom metadata fields 4
POST
/v1/customMetadataFields
Create new field
create-new-field body → 429401403201400
GET
/v1/customMetadataFields
List all fields
list-all-fields 2 params → 429401403200
PATCH
/v1/customMetadataFields/{id}
Update existing field
update-existing-field 1 param body → 429401403400404200
DELETE
/v1/customMetadataFields/{id}
Delete a field
delete-a-field 1 param → 429401403400404204

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is CustomMetadataField (4 properties). Each schema is shown below with its type and property counts.

CustomMetadataField
object
Object containing details of a custom metadata field.
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

imagekit-custom-metadata-fields-api-openapi.yml Raw ↑