--- title: 'Canva' description: '' --- # Canva undefined | Detail | Value | |---|---| | Category | Design | | Base URL | `https://api.canva.com/rest/v1` | | Authentication | OAuth2 | | Endpoints | 6 | | Connector key | `canva` | ## Using Canva in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Canva** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_list_designs_0) | List Designs | | [GET ](./get_create_design_1) | Create Design | | [GET ](./get_export_design_2) | Export Design | | [GET ](./get_upload_asset_3) | Upload Asset | | [GET ](./get_list_folders_4) | List Folders | | [GET ](./get_list_brand_templates_5) | List Brand Templates | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.