Integrations

Works with your stack

Connect Canvas Labs to the tools you already use. Automate visual content creation across your entire workflow.

Automation

Zapier

Available

Connect Canvas Labs to 5,000+ apps. Trigger video generation from form submissions, CRM events, or spreadsheet updates.

Make (Integromat)

Available

Visual workflow builder with Canvas Labs modules. Build complex multi-step automations with branching logic.

n8n

Available

Self-hosted workflow automation. Use our API nodes to integrate Canvas Labs into your private infrastructure.

E-Commerce

Shopify

Available

Generate product images and videos directly from your Shopify admin. Bulk-create lifestyle shots for your entire catalog.

WooCommerce

Beta

WordPress plugin for one-click product visual generation. Integrates with your existing product data.

Content & CMS

WordPress

Available

Generate featured images, blog illustrations, and video embeds without leaving your editor.

Webflow

Beta

Native integration for generating and inserting AI visuals into your Webflow CMS collections.

Notion

Coming soon

Generate images and videos from Notion databases. Perfect for content calendars and asset libraries.

Communication

Slack

Available

Generate images and videos with a /canvaslabs command. Share results directly in channels.

Discord

Beta

Bot integration for community servers. Generate content with commands or reactions.

Storage & CDN

AWS S3

Available

Auto-upload generated content to your S3 buckets. Configure via webhook or API callback.

Google Cloud Storage

Available

Direct delivery to GCS buckets with configurable path templates.

Cloudflare R2

Available

Zero egress fees. Auto-deliver to R2 with signed URLs.

Developer Tools

GitHub Actions

Available

Generate assets as part of your CI/CD pipeline. Auto-create OG images for blog posts on merge.

Vercel

Available

Edge function integration for on-demand image generation at build time or runtime.

Webhooks

Available

HTTP POST notifications for job completion. Configure per-project or per-API-key.

Build your own integration

Our REST API gives you full programmatic access to every tool on the platform. Official SDKs for Python, Node.js, and Go. Webhook support for async workflows.

# Generate a video in one API call
curl -X POST https://api.canvaslabs.us/v1/video/generate \
  -H "Authorization: Bearer $API_KEY" \
  -d '{
    "prompt": "Product demo animation",
    "duration": 10,
    "resolution": "1080p"
  }'