Canva integration (Design & Media, Productivity). Imported from open-connector.
https://api.canva.com/rest/v1/users/me/profile
/v1/designs
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | A search term for filtering designs. |
| continuation | string | optional | The continuation token returned by a previous list_designs call. |
| ownership | string | optional | Filter designs by the current user's ownership. |
| sortBy | string | optional | The Canva sort order for the design list. |
| limit | integer | optional | The maximum number of designs to return. |
/v1/designs/{designId}
| Param | Type | Required | Description |
|---|---|---|---|
| designId | string | required | The Canva design ID. |
/v1/designs
/v1/folders/{folderId}/items
| Param | Type | Required | Description |
|---|---|---|---|
| folderId | string | required | The Canva folder ID to list. |
| continuation | string | optional | The continuation token returned by a previous list_folder_items call. |
| limit | integer | optional | The maximum number of folder items to return. |
| itemTypes | array | optional | The Canva folder item types to include. |
| sortBy | string | optional | The Canva sort order for folder items. |
| pinStatus | string | optional | Filter folder items by pinned status. |
/v1/folders
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The Canva folder name. |
| parentFolderId | string | optional | The parent folder ID, root for the top-level projects area, or uploads for the … |
/v1/folders/move
| Param | Type | Required | Description |
|---|---|---|---|
| itemId | string | optional | The Canva item ID to move. |
| toFolderId | string | optional | The destination Canva folder ID, or root for the top-level projects area. |
/v1/assets/{assetId}
| Param | Type | Required | Description |
|---|---|---|---|
| assetId | string | required | The Canva asset ID. |
/v1/designs/{designId}/export-formats
| Param | Type | Required | Description |
|---|---|---|---|
| designId | string | required | The Canva design ID. |
/v1/exports
| Param | Type | Required | Description |
|---|---|---|---|
| designId | string | optional | The Canva design ID to export. |
| format | object | optional | The Canva export format request. The fields map to Canva's documented export fo… |
/v1/exports/{exportId}
| Param | Type | Required | Description |
|---|---|---|---|
| exportId | string | required | The Canva export job ID. |
/v1/url-asset-uploads
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The asset name shown in Canva. |
| url | string | optional | The publicly accessible URL of the file to upload to Canva. |
/v1/url-asset-uploads/{jobId}
| Param | Type | Required | Description |
|---|---|---|---|
| jobId | string | required | The Canva asset upload job ID. |