Canva

Connect your AI agents to Canva.

Available Tools

create_url_asset_upload

Start a job to upload an asset from URL to the user’s content library. Poll get_asset_upload_job for result.

get_asset_upload_job

Get the status of an asset upload job. Returns ‘in_progress’, ‘success’ (with asset), or ‘failed’.

get_asset

Get metadata for an asset including name, tags, and thumbnail. Use list_folder_items to find asset IDs.

update_asset

Update an asset’s name and/or tags. Requires asset:write scope.

delete_asset

Delete an asset (moves to trash). Requires asset:write scope.

list_brand_templates

List brand templates the user has access to. Enterprise only. Filter by query, ownership, or dataset availability.

get_brand_template

Get metadata for a brand template by ID. Enterprise only.

get_brand_template_dataset

Get the autofill dataset definition for a brand template. Enterprise only. Returns field names and types.

create_autofill_job

Start a job to create a new design by autofilling a brand template with data. Enterprise only. Poll get_autofill_job for result.

get_autofill_job

Get autofill job status. Enterprise only. Returns ‘success’ with new design, ‘in_progress’, or ‘failed’.

create_comment_thread

Create a new comment thread on a design. Optionally assign to a user. (Preview API)

get_comment_thread

Get a comment thread by ID including message, author, and reply count. (Preview API)

create_comment_reply

Add a reply to a comment thread. (Preview API)

list_comment_replies

List all replies in a comment thread with pagination. (Preview API)

get_comment_reply

Get a specific reply by ID. (Preview API)

list_designs

List all designs accessible to the user with optional search and filtering. Use list_users first to get user context.

get_design

Get metadata for a specific design by ID including title, owner, URL, and page count.

create_design

Create a new Canva design with preset type (doc, whiteboard, presentation) or custom dimensions.

get_design_pages

Get page metadata for a design including dimensions and thumbnails (preview API).

get_design_export_formats

Get available export formats for a design (PDF, JPG, PNG, GIF, PPTX, MP4).

create_export_job

Start a job to export a design as PDF, JPG, PNG, GIF, PPTX, or MP4. Poll get_export_job for download URLs.

get_export_job

Get export job status. Returns ‘success’ with 24-hour download URLs, ‘in_progress’, or ‘failed’.

create_url_import_job

Start a job to import a file from URL as a new Canva design. Poll get_import_job for result.

get_import_job

Get import job status. Returns ‘success’ with new design, ‘in_progress’, or ‘failed’.

create_resize_job

Start a job to create a resized copy of a design (Canva Pro/Premium only). Poll get_resize_job for result.

get_resize_job

Get resize job status (Pro/Premium). Returns ‘success’ with new design, ‘in_progress’, or ‘failed’.

create_folder

Create a new folder in projects or uploads. Use ‘root’ for projects, ‘uploads’ for uploads folder.

get_folder

Get metadata for a folder by ID.

update_folder

Update a folder’s name.

delete_folder

Delete a folder. Contents move to trash or parent folder.

list_folder_items

List items in a folder (designs, subfolders, images). Use ‘root’ for projects, ‘uploads’ for uploads.

move_folder_item

Move a design, folder, or image to another folder. Use ‘root’ for projects top level.

get_current_user

Get the current authenticated user’s ID and team ID. Use this to identify the user before other operations.

get_user_profile

Get the current user’s profile information including display name.

get_user_capabilities

Get API capabilities available to the user (autofill, brand templates, resize, etc).