Appearance
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
- Go to Connections and click New Connection.
- Pick Canva from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — the full list is below.
Available endpoints
| Endpoint | Summary |
|---|---|
GET | List Designs |
GET | Create Design |
GET | Export Design |
GET | Upload Asset |
GET | List Folders |
GET | List Brand Templates |
Each endpoint is documented in full below. Use the outline on the right to jump to one.
GET
List Designs
| Detail | Value |
|---|---|
| Operation ID | list_designs_0 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Canva connection from the Connection dropdown.
- In the Operation dropdown, select
list_designs_0. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Canva API reference.
GET
Create Design
| Detail | Value |
|---|---|
| Operation ID | create_design_1 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Canva connection from the Connection dropdown.
- In the Operation dropdown, select
create_design_1. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Canva API reference.
GET
Export Design
| Detail | Value |
|---|---|
| Operation ID | export_design_2 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Canva connection from the Connection dropdown.
- In the Operation dropdown, select
export_design_2. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Canva API reference.
GET
Upload Asset
| Detail | Value |
|---|---|
| Operation ID | upload_asset_3 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Canva connection from the Connection dropdown.
- In the Operation dropdown, select
upload_asset_3. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Canva API reference.
GET
List Folders
| Detail | Value |
|---|---|
| Operation ID | list_folders_4 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Canva connection from the Connection dropdown.
- In the Operation dropdown, select
list_folders_4. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Canva API reference.
GET
List Brand Templates
| Detail | Value |
|---|---|
| Operation ID | list_brand_templates_5 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Canva connection from the Connection dropdown.
- In the Operation dropdown, select
list_brand_templates_5. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Canva API reference.