For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI reference
Get startedAPI reference
    • Overview
    • Quickstart
    • Model Context Protocol
  • Implementation guides
    • Tool Pack
    • Registered Users
    • MCP integration
    • Merge CLI
    • Link
    • Testing locally
  • Admin setup
    • User setup
    • Security rules
    • Authentication
    • Add OAuth credentials
  • Features
    • Magic Link
    • Remote MCP Server
    • Webhooks
    • Custom headers for MCP
  • Connectors
    • ActiveCampaign
    • Airtable
    • Amadeus
    • Amazon S3
    • Anaplan
    • Apollo
    • Articulate Reach 360
    • Asana
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Confluence
    • Contentful
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • foursquare Foursquare
    • FreshBooks
    • Freshdesk
    • Freshservice
    • Front
    • Gamma
    • GitHub
    • GitLab
    • Gmail
    • Gong
    • Google BigQuery
    • Google Calendar
    • Google Docs
    • Google Drive
    • Google Maps
    • Google Meet
    • Google Sheets
    • Google Slides
    • Greenhouse
    • HiBob
    • HubSpot
    • Intercom
    • Jira
    • Jira Service Management
    • Klaviyo
    • Linear
    • LinkedIn
    • Make
    • Microsoft Teams
    • Miro
    • Monday.com
    • n8n
    • Notion
    • NPI Registry
    • OneDrive
    • OneNote
    • Oracle HCM
    • Outlook
    • PagerDuty
    • PayPal
    • Pipedrive
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • Rootly
    • Salesforce.com logo A cloud computing company based in San Francisco, California, United States image/svg+xml Salesforce
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • Shopify
    • Slack
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Stripe
    • Teamwork.com
    • Trello
    • TripAdvisor
    • VisualPing
    • image/svg+xml SVG drawing This was produced by version 4.1 of GNU libplot, a free library for exporting 2-D vector graphics. Weather
    • Wikipedia
    • Workday
    • X
    • Yelp
    • image/svg+xml YouTube
    • golion-z-sourcefile-algaeZendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • Available Tools
Connectors

Canva

Connect your AI agents to Canva.
Was this page helpful?
Previous

Calendly

Next

ClickUp

Built with

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).