Cloudinary integration (Design & Media, Storage). Imported from open-connector.
https://api.cloudinary.com/v1_1/{cloudName}/
| Param | Type | Required | Description |
|---|---|---|---|
| resourceType | string | optional | The Cloudinary resource type for the asset. |
| fileUrl | string | optional | The remote HTTP or HTTPS file URL to upload. |
| fileDataUri | string | optional | The Data URI content to upload to Cloudinary. |
| publicId | string | optional | The public ID to assign to the uploaded asset. |
| displayName | string | optional | The user-friendly display name to assign to the asset. |
| assetFolder | string | optional | The Cloudinary asset folder where the uploaded asset should be placed. |
| tags | array | optional | The list of tags to send to Cloudinary. |
| cloudName | string | required | Path parameter: cloudName |
/{cloudName}/
| Param | Type | Required | Description |
|---|---|---|---|
| resourceType | string | optional | The Cloudinary resource type for the asset. |
| publicId | string | required | The public ID of the uploaded asset to update. |
| displayName | string | optional | The replacement display name for the uploaded asset. |
| assetFolder | string | optional | The replacement asset folder for the uploaded asset. |
| tags | array | optional | The list of tags to send to Cloudinary. |
| cloudName | string | required | Path parameter: cloudName |
/{cloudName}/
| Param | Type | Required | Description |
|---|---|---|---|
| resourceType | string | optional | The Cloudinary resource type for the asset. |
| fromPublicId | string | required | The current public ID of the uploaded asset. |
| toPublicId | string | required | The replacement public ID for the uploaded asset. |
| cloudName | string | required | Path parameter: cloudName |
/upload
| Param | Type | Required | Description |
|---|---|---|---|
| resourceType | string | optional | The Cloudinary resource type for the asset. |
| prefix | string | optional | Only list uploaded assets whose public IDs start with this prefix. |
| maxResults | integer | optional | The maximum number of uploaded assets to return. |
| nextCursor | string | optional | The pagination cursor returned by the previous list request. |
| direction | string | optional | The created_at sort direction for uploaded assets. |
| includeTags | boolean | optional | Whether to include tags in the list response. |
| includeContext | boolean | optional | Whether to include context metadata in the list response. |
/resources/{assetId}
| Param | Type | Required | Description |
|---|---|---|---|
| assetId | string | required | The immutable Cloudinary asset ID. |