ImageKit integration (Design & Media, Storage). Imported from open-connector.
https://api.imagekit.io/v1/files
| Param | Type | Required | Description |
|---|---|---|---|
| path | string | optional | Folder path used to limit the search to a specific folder. |
| searchQuery | string | optional | Lucene-like ImageKit search query for advanced asset search. |
| fileType | string | optional | File type filter for listed ImageKit assets. |
| sort | string | optional | Sort order for listed ImageKit assets. |
| limit | integer | optional | Maximum number of assets to return. |
| skip | integer | optional | Number of assets to skip before returning results. |
/v1/files/{fileId}/details
| Param | Type | Required | Description |
|---|---|---|---|
| fileId | string | required | The unique ImageKit fileId returned by upload or list assets APIs. |
/v1/files/{fileId}/metadata
| Param | Type | Required | Description |
|---|---|---|---|
| fileId | string | required | The unique ImageKit fileId returned by upload or list assets APIs. |
/v1/metadata
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The remote image or video URL to inspect. |
/v1/files/{fileId}
| Param | Type | Required | Description |
|---|---|---|---|
| fileId | string | required | The unique ImageKit fileId returned by upload or list assets APIs. |
/v1/files/purge
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The full ImageKit file URL to purge from cache. |
/v1/files/purge/{requestId}
| Param | Type | Required | Description |
|---|---|---|---|
| requestId | string | required | The ImageKit purge request identifier. |