Uploadcare integration (Storage, Design & Media). Imported from open-connector.
https://api.uploadcare.com/project/
/files/
| Param | Type | Required | Description |
|---|---|---|---|
| removed | boolean | optional | Whether to include only removed files. |
| stored | boolean | optional | Whether to include only stored or temporary files. |
| limit | integer | optional | The preferred number of files to return. |
| ordering | string | optional | The file sort order. |
| from | string | optional | The ISO 8601 date-time cursor to start listing files from. |
| include | string | optional | Additional Uploadcare fields to include, such as appdata. |
/files/{uuid}/
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | The Uploadcare file UUID. |
| include | string | optional | Additional Uploadcare fields to include, such as appdata. |
/files/{uuid}/storage/
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | The Uploadcare file UUID. |
/files/{uuid}/storage/
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | The Uploadcare file UUID. |
/groups/
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The preferred number of groups to return. |
| from | string | optional | The ISO 8601 date-time cursor to start listing groups from. |
| ordering | string | optional | The group sort order. |
/groups/{uuid}/
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | The Uploadcare group ID, for example a UUID followed by ~ and size. |