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 startedConnectorsAPI reference
Get startedConnectorsAPI reference
    • Overview
    • ActiveCampaign
    • Adobe PDF Services
    • Ahrefs
    • Airtable
    • Amadeus
    • Amazon S3
    • Amplitude
    • Anaplan
    • Apollo
    • Arize
    • Articulate Reach 360
    • Asana
    • Attio
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Bitly
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Coda
    • Confluence
    • Contentful
    • Crustdata
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • Fireflies
    • FireHydrant
    • Foursquare
    • Frame.io
    • 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
    • Google Tasks
    • Grafana
    • Greenhouse
    • Guru
    • Hex
    • HiBob
    • HubSpot
    • Intercom
    • Jenkins
    • Jira
    • Jira Service Management
    • Kintone
    • Klaviyo
    • Linear
    • LinkedIn
    • Looker
    • Lucidchart
    • Make
    • Microsoft Teams
    • Microsoft Teams GCC High
    • Miro
    • Monday.com
    • n8n
    • NetSuite
    • Notion
    • NPI Registry
    • OneDrive
    • OneNote
    • Oracle HCM
    • Oracle Sales Cloud
    • Oracle SCM
    • Oura
    • Outlook
    • PagerDuty
    • PayPal
    • Peec AI
    • Pipedrive
    • PostHog
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • ReadMe
    • Rootly
    • Sabre
    • Salesforce
    • Sanity
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • Shopify
    • Slack
    • Smartsheet
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Strava
    • Stripe
    • Supabase
    • Teamwork.com
    • Trello
    • TripAdvisor
    • UKG Pro
    • Vercel
    • Vestaboard
    • VisualPing
    • Weather
    • Webflow
    • WHOOP
    • Wikipedia
    • Wix
    • WordPress
    • Workday
    • X
    • Xero
    • Yelp
    • YouTube
    • Zendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • Sample use cases
  • Available Tools

Canva

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

Calendly

Next

ClickUp

Authentication: OAuth. See Magic Link for the runtime auth flow, or Application credentials to bring your own OAuth app.

Sample use cases

  • List every design in the Q2 Marketing brand kit modified this week.
  • Export the latest version of the Pitch Deck design as PDF and upload to Drive.
  • Find designs that haven’t been opened in 90 days for cleanup review.

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