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 Managing folders API

The Managing folders API from ImageKit — 5 operation(s) for managing folders.

This API exposes 6 operations across 5 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.

6 operations 5 paths 1 schemas 1 DELETE1 GET4 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 Managing folders 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 6

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

Managing folders 6
POST
/v1/folder
Create folder
create-folder body → 429401403201400
DELETE
/v1/folder
Delete folder
delete-folder body → 429401403204404400
POST
/v1/bulkJobs/copyFolder
Copy folder
copy-folder body → 429401403200404400423
POST
/v1/bulkJobs/moveFolder
Move folder
move-folder body → 429401403200404400423
POST
/v1/bulkJobs/renameFolder
Rename folder
rename-folder body → 202400401403404409423429
GET
/v1/bulkJobs/{jobId}
Bulk job status
bulk-job-status 1 param → 429401403200207404

Schemas 1

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

JobResponse
object
Job submitted successfully. A jobId will be returned.
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

imagekit-managing-folders-api-openapi.yml Raw ↑