Authentication
All requests must include an API key in thex-api-key HTTP header.
x-api-key: <YOUR_API_KEY>
Never expose your API key in client-side code, browser requests, or public repositories. A missing or invalid key returns
401 Unauthorized.Execute your first request
curl --location 'https://api.akta.pro/api/v1/company/enrichment?company=canva.com§ions=firmographics' \
--header 'x-api-key: <YOUR_API_KEY>'
import requests
response = requests.get(
"https://api.akta.pro/api/v1/company/enrichment",
headers={"x-api-key": "<YOUR_API_KEY>"},
params={
"company": "canva.com",
"sections": "firmographics"
}
)
data = response.json()["data"]
print(f"{data['firmographics']['name']} — {data['firmographics']['company_status']}")
print(f"Total funding: ${data['funding']['overall']['total_funding'] / 1e9:.1f}B")
{
"data": {
"uuid": "00000jw-canva",
"firmographics": {
"name": "Canva",
"legal_name": "Canva",
"website": "canva.com",
"company_type": "Private",
"founded_year": 2013,
"company_description": "Canva is an online visual communication and design platform founded in 2013 and headquartered in Sydney, Australia. Its core product is the Canva Visual Suite, a horizontal workspace combining design, documents (Docs), spreadsheets (Sheets), whiteboards, presentations, video, photo editing, websites, and print on a single cloud-based platform with web, mobile, and desktop clients. The platform is anchored by Magic Studio — a suite of generative AI features including Magic Write, Magic Media, Magic Eraser, Magic Layers, Magic Resize, Magic Charts, and Magic Insights — and was extended in May 2026 with Canva AI 2.0, which introduced Conversational Design, Agentic Orchestration, Object-Based Intelligence, and Living Memory powered by proprietary in-house models.\n\nCanva monetizes through a freemium-to-paid subscription funnel: a free tier, Pro at $120/year (~$15/month), per-seat Teams, and custom-priced Enterprise with SSO and compliance controls. Free tiers also serve Education (including a statewide Andhra Pradesh rollout) and verified Nonprofits. The company has expanded aggressively through acquisitions — Flourish (data visualization, 2022), Kaleido AI (2021), Affinity / Serif (professional design tools, 2024, made free), Leonardo.Ai (AI image generation, 2024), Doohly (digital out-of-home, 2026, $30M), and Ortto, SimTheory, MangoAI, and MagicBrief (marketing automation and AI, 2025–2026) — and through a Connected App strategy that embeds Canva inside ChatGPT, Claude, Gemini, Copilot, and Perplexity. Canva also operates an Apps Marketplace, Templates Marketplace, and developer platform with API and Model Context Protocol (MCP) availability.\n\nAt the most recent reporting, Canva had 265 million monthly active users and 31 million paying subscribers across 190+ countries, served 95%+ of Fortune 500, and reported annualized revenue of approximately $4B for 2025 with eight consecutive years of profitability. The company is privately held, valued at up to $65B following a mid-2025 secondary share sale, and is reportedly considering a US IPO in late 2026.",
"company_description_short": "Canva is a cloud-based visual communication platform serving individuals, SMBs, enterprises, educators, and nonprofits with an integrated design, document, video, and AI workspace used by 265 million people monthly.",
"operating_status": {
"code": "operating",
"label": "Operating"
},
"ownership_category": {
"code": "venture_growth_investor_backed",
"label": "Venture Growth Investor Backed"
},
"headcount_range": "1001-5000",
"website_screenshot": "https://host.wokelo.ai/screenshots/00/00/0l/5eaeb8bf-30e5-5649-884f-97d430a4cd35.png"
}
},
"credits_consumed": 1.0
}
{
"data": {
"uuid": "00000l1",
"firmographic": {
"name": "Canva",
"legal_name": "Canva",
"website": "canva.com",
"company_type": "Private",
"founded_year": 2013,
"company_description": "Canva is an online visual communication and design platform founded in 2013 and headquartered in Sydney, Australia. Its core product is the Canva Visual Suite, a horizontal workspace combining design, documents (Docs), spreadsheets (Sheets), whiteboards, presentations, video, photo editing, websites, and print on a single cloud-based platform with web, mobile, and desktop clients. The platform is anchored by Magic Studio — a suite of generative AI features including Magic Write, Magic Media, Magic Eraser, Magic Layers, Magic Resize, Magic Charts, and Magic Insights — and was extended in May 2026 with Canva AI 2.0, which introduced Conversational Design, Agentic Orchestration, Object-Based Intelligence, and Living Memory powered by proprietary in-house models.\n\nCanva monetizes through a freemium-to-paid subscription funnel: a free tier, Pro at $120/year (~$15/month), per-seat Teams, and custom-priced Enterprise with SSO and compliance controls. Free tiers also serve Education (including a statewide Andhra Pradesh rollout) and verified Nonprofits. The company has expanded aggressively through acquisitions — Flourish (data visualization, 2022), Kaleido AI (2021), Affinity / Serif (professional design tools, 2024, made free), Leonardo.Ai (AI image generation, 2024), Doohly (digital out-of-home, 2026, $30M), and Ortto, SimTheory, MangoAI, and MagicBrief (marketing automation and AI, 2025–2026) — and through a Connected App strategy that embeds Canva inside ChatGPT, Claude, Gemini, Copilot, and Perplexity. Canva also operates an Apps Marketplace, Templates Marketplace, and developer platform with API and Model Context Protocol (MCP) availability.\n\nAt the most recent reporting, Canva had 265 million monthly active users and 31 million paying subscribers across 190+ countries, served 95%+ of Fortune 500, and reported annualized revenue of approximately $4B for 2025 with eight consecutive years of profitability. The company is privately held, valued at up to $65B following a mid-2025 secondary share sale, and is reportedly considering a US IPO in late 2026.",
"company_description_short": "Canva is a cloud-based visual communication platform serving individuals, SMBs, enterprises, educators, and nonprofits with an integrated design, document, video, and AI workspace used by 265 million people monthly.",
"operating_status": {
"code": "operating",
"label": "Operating"
},
"ownership_category": {
"code": "venture_growth_investor_backed",
"label": "Venture Growth Investor Backed"
},
"headcount_range": "1001-5000",
"website_screenshot": "https://host.wokelo.ai/screenshots/00/00/0l/5eaeb8bf-30e5-5649-884f-97d430a4cd35.png"
},
"business_model": {
"gtm_motion": [
{
"description": "Freemium model with free tier for individual users that converts to paid Pro ($15/month or $120/year) and Teams subscriptions. Strong self-serve web and mobile acquisition with App Store and Google Play distribution. Enterprise deals pursued through direct sales team.",
"source": [
"http://canva.com/"
],
"type": {
"code": "product_led_growth",
"label": "Product Led Growth"
}
},
{
"description": "Dedicated Canva Enterprise sales team targeting Fortune 500 companies with Contact Sales CTA. Serves over 95% of Fortune 500 according to multiple sources. B2B revenue exceeding $500 million.",
"source": [
"http://canva.com/"
],
"type": {
"code": "enterprise_field_sales",
"label": "Enterprise Field Sales"
}
},
{
"description": "Education segment driven through Canva for Education partnerships with government institutions like Andhra Pradesh government schools. Brand campaigns like 'The Thing That Makes Anything A Thing' featuring Squirrelites movement.",
"source": [
"http://canva.com/"
],
"type": {
"code": "community_led",
"label": "Community Led"
}
}
],
"revenue_model": [
{
"description": "Premium subscription tier providing access to AI features, advanced design tools, Brand Kit, expanded templates, and increased storage. Priced at $120/year or approximately $15/month.",
"source": [
"https://www.stackcapitalgroup.com/stack-capital-invests-8-million-usd-into-canva"
],
"title": "Canva Pro Subscription",
"type": {
"code": "subscription_recurring",
"label": "Subscription Recurring"
}
},
{
"description": "Team-oriented subscription with collaboration features, brand management, and admin controls for organizations.",
"source": [
"http://canva.com/"
],
"title": "Canva Teams/ Business Subscription",
"type": {
"code": "subscription_recurring",
"label": "Subscription Recurring"
}
},
{
"description": "Large organization tier with advanced security, compliance, SSO, dedicated support, and custom enterprise pricing negotiated through sales team.",
"source": [
"http://canva.com/"
],
"title": "Canva Enterprise",
"type": {
"code": "subscription_recurring",
"label": "Subscription Recurring"
}
},
{
"description": "Free access for educators and students; potential paid tier for institutional deployments.",
"source": [
"http://canva.com/"
],
"title": "Education Subscriptions",
"type": {
"code": "freemium",
"label": "Freemium"
}
},
{
"description": "Free tier for verified nonprofit organizations.",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"title": "Canva for Nonprofits",
"type": {
"code": "freemium",
"label": "Freemium"
}
},
{
"description": "Performance marketing platform with ad creation, publishing, and optimization capabilities for B2B customers.",
"source": [
"https://martechseries.com/content/introducing-canva-grow-2-0-create-launch-and-optimize-ads-in-one-place/"
],
"title": "Canva Grow",
"type": {
"code": "subscription_recurring",
"label": "Subscription Recurring"
}
}
],
"marketing_channels": [
{
"description": "Educational content teaching design skills, tutorials, and best practices to attract and engage users",
"source": [
"http://canva.com/"
],
"stage": {
"code": "top_of_funnel",
"label": "Top-of-funnel"
},
"title": "Design School and Learn Blog",
"type": {
"code": "content_marketing_blog",
"label": "Content Marketing/ Blog"
}
},
{
"description": "Active presence across all major social platforms with engaging design content, tips, and inspiration",
"source": [
"http://canva.com/"
],
"stage": {
"code": "top_of_funnel",
"label": "Top-of-funnel"
},
"title": "Social Media (LinkedIn, Instagram, Facebook, TikTok, Pinterest, X, YouTube)",
"type": {
"code": "organic_social",
"label": "Organic social"
}
},
{
"description": "Optimization for design-related search queries with extensive resource library",
"source": [
"http://canva.com/"
],
"stage": {
"code": "top_of_funnel",
"label": "Top-of-funnel"
},
"title": "SEO/Organic Search",
"type": {
"code": "seo_organic_search",
"label": "SEO/ Organic Search"
}
},
{
"description": "Large-scale community events showcasing platform capabilities and building user community",
"source": [
"https://www.mk.co.kr/en/pick/12064069"
],
"stage": {
"code": "mid_funnel",
"label": "Mid-funnel"
},
"title": "Canva Events (Canva Create, Canva in Real Life)",
"type": {
"code": "events_conferences",
"label": "Events/ conferences"
}
},
{
"description": "Major presence at Cannes Lions advertising festival with expanded beach activation hosting 30+ programming points and 12 fringe events",
"source": [
"https://www.adweek.com/brand-marketing/canva-triples-its-cannes-lions-beach-space-after-drawing-4000-visitors-last-year/"
],
"stage": {
"code": "mid_funnel",
"label": "Mid-funnel"
},
"title": "Cannes Lions Activation",
"type": {
"code": "events_conferences",
"label": "Events/ conferences"
}
},
{
"description": "Viral marketing stunts and experiential activations generating earned media coverage",
"source": [
"https://www.marketing-interactive.com/canva-s-latest-thing-a-squirrel-and-a-lot-of-questions"
],
"stage": {
"code": "top_of_funnel",
"label": "Top-of-funnel"
},
"title": "Brand Campaigns (Squirrelites, 'The Thing That Makes Anything A Thing')",
"type": {
"code": "pr_earned_media",
"label": "PR/ Earned Media"
}
},
{
"description": "Integration into major AI assistants expanding reach to users of those platforms",
"source": [
"https://www.cityam.com/canva-brings-on-brand-editable-design-into-google-gemini/"
],
"stage": {
"code": "top_of_funnel",
"label": "Top-of-funnel"
},
"title": "AI Assistant Integrations (ChatGPT, Claude, Gemini, Copilot)",
"type": {
"code": "referral_affiliate_partner",
"label": "Referral/affiliate/ partner"
}
},
{
"description": "Partnerships with education departments like Andhra Pradesh government to provide free access to schools",
"source": [
"https://indianstartupnews.com/news/canva-partners-with-andhra-pradesh-govt-to-provide-free-access-to-its-platform-in-government-schools-12057276"
],
"stage": {
"code": "top_of_funnel",
"label": "Top-of-funnel"
},
"title": "Education Partnerships",
"type": {
"code": "community_developer_relations",
"label": "Community/ Developer relations"
}
},
{
"description": "Original podcast content exploring AI and creativity topics",
"source": [
"http://canva.com/"
],
"stage": {
"code": "top_of_funnel",
"label": "Top-of-funnel"
},
"title": "Podcast (Prompted Podcast - AI creativity podcast)",
"type": {
"code": "podcast_video_multimedia",
"label": "Podcast/ Video/ Multimedia"
}
}
],
"distribution_channels": [
{
"description": "Canva Connected Apps integrated into major AI assistants, enabling design creation within those platforms",
"scope": "Global",
"source": [
"https://www.cityam.com/canva-brings-on-brand-editable-design-into-google-gemini/"
],
"target_buyer": {
"code": "enterprise",
"label": "Enterprise"
},
"title": "AI Assistant Integrations (ChatGPT, Claude, Gemini, Copilot)",
"type": {
"code": "oem_embedded_whitelabel",
"label": "OEM/ Embedded/ White-label"
}
},
{
"description": "Primary self-serve distribution through browser-based platform with free tier and direct upgrade path to Pro subscription",
"scope": "Global",
"source": [
"http://canva.com/"
],
"target_buyer": {
"code": "smb_individual_consumer",
"label": "SMB/Individual/Consumer"
},
"title": "Web Platform (canva.com)",
"type": {
"code": "self_serve_plg",
"label": "Self-serve/ PLG"
}
},
{
"description": "Native mobile applications for iOS and Android devices with full design capabilities",
"scope": "Global",
"source": [
"http://canva.com/"
],
"target_buyer": {
"code": "smb_individual_consumer",
"label": "SMB/Individual/Consumer"
},
"title": "Mobile Apps (iOS, Android)",
"type": {
"code": "self_serve_plg",
"label": "Self-serve/ PLG"
}
},
{
"description": "Native desktop applications for Windows and Mac with offline capabilities",
"scope": "Global",
"source": [
"http://canva.com/"
],
"target_buyer": {
"code": "smb_individual_consumer",
"label": "SMB/Individual/Consumer"
},
"title": "Desktop Applications (Windows, Mac)",
"type": {
"code": "self_serve_plg",
"label": "Self-serve/ PLG"
}
},
{
"description": "Dedicated sales team for Canva Enterprise with Contact Sales CTA, targeting Fortune 500 and large organizations",
"scope": "Global",
"source": [
"http://canva.com/"
],
"target_buyer": {
"code": "enterprise",
"label": "Enterprise"
},
"title": "Enterprise Direct Sales",
"type": {
"code": "direct_sales",
"label": "Direct Sales (field/enterprise)"
}
},
{
"description": "Third-party apps and integrations extending platform functionality",
"scope": "Global",
"source": [
"http://canva.com/"
],
"target_buyer": {
"code": "smb_individual_consumer",
"label": "SMB/Individual/Consumer"
},
"title": "Apps Marketplace",
"type": {
"code": "marketplace_app_store",
"label": "Marketplace/ app store"
}
},
{
"description": "Marketplace for designer-created templates for premium revenue share",
"scope": "Global",
"source": [
"http://canva.com/"
],
"target_buyer": {
"code": "smb_individual_consumer",
"label": "SMB/Individual/Consumer"
},
"title": "Templates Marketplace",
"type": {
"code": "marketplace_app_store",
"label": "Marketplace/ app store"
}
}
],
"cost_components": [
"Personnel",
"Technology or R&D",
"Infrastructure",
"Marketing or Sales",
"Operations"
],
"pricing_details": [
{
"billing_cadence": {
"code": "others",
"label": "Others"
},
"description": "Free tier with basic design tools, limited storage, and limited AI feature access",
"model": {
"code": "freemium",
"label": "Freemium"
},
"notes": "Core design tools, basic templates, limited AI uses. 5GB cloud storage.",
"source": [
"http://canva.com/"
]
},
{
"billing_cadence": {
"code": "annual",
"label": "Annual"
},
"description": "Pro subscription for individuals with advanced AI tools and features",
"model": {
"code": "subscription",
"label": "Subscription"
},
"notes": "$120/year (~$15/month). Includes all Free features plus unlimited AI uses, Brand Kit, Magic Resize, 1TB storage, 100+ premium templates. Also referred to as Canva Premium in some sources.",
"source": [
"http://canva.com/"
]
},
{
"billing_cadence": {
"code": "monthly",
"label": "Monthly"
},
"description": "Teams plan for small organizations with collaboration features",
"model": {
"code": "per_seat",
"label": "Per seat"
},
"notes": "Per-seat pricing for team collaboration, brand management, and workflow tools.",
"source": [
"http://canva.com/"
]
},
{
"billing_cadence": {
"code": "annual",
"label": "Annual"
},
"description": "Enterprise tier for large organizations with advanced security and support",
"model": {
"code": "subscription",
"label": "Subscription"
},
"notes": "Custom pricing through sales team. Includes advanced security, SSO, compliance features, dedicated support, and enterprise-grade controls.",
"source": [
"http://canva.com/"
]
},
{
"billing_cadence": {
"code": "others",
"label": "Others"
},
"description": "Free access for educational institutions, students, and teachers",
"model": {
"code": "freemium",
"label": "Freemium"
},
"notes": "Premium features provided free to verified educational institutions, students, and educators.",
"source": [
"http://canva.com/"
]
},
{
"billing_cadence": {
"code": "others",
"label": "Others"
},
"description": "Free tier for verified nonprofit organizations",
"model": {
"code": "freemium",
"label": "Freemium"
},
"notes": "Free access to Canva Pro features for verified nonprofit organizations.",
"source": [
"http://canva.com/"
]
}
],
"gtm_type": "BOTH",
"offering_type": {
"code": "software",
"label": "Software"
}
},
"company_assessment": {
"market_position": "Canva is a Sydney-headquartered, private online visual communication and design platform founded in 2013, serving over 265 million monthly active users across 190+ countries. The company holds 12.47% of the global graphic design and editing software market and 54.09% of the presentation market, with enterprise penetration spanning over 95% of Fortune 500 companies. The user base includes 31 million paying subscribers generating an annualized $4 billion revenue run-rate.",
"strengths": [
{
"details": "Canva AI 2.0's Conversational Design, Agentic Orchestration, and Living Memory turn Canva from a static design tool into an execution layer for AI-driven marketing workflows. With proprietary models at 7x faster / 30x cheaper inference and integrations into Claude, ChatGPT, Gemini, and Copilot, Canva is positioning as the default place where AI-conversation becomes AI-deliverable — a category with no direct incumbent and massive TAM expansion beyond traditional design seats.",
"headline": "Canva AI 2.0 becomes the visual layer for agentic work",
"source": [
"http://canva.com/"
]
},
{
"details": "Embedding Canva Connected Apps across every major AI assistant (ChatGPT, Claude, Gemini, Copilot, Perplexity) creates a top-of-funnel channel that doesn't exist for Adobe or Microsoft Designer. Each assistant prompt is a free impression and trial — likely accelerating MAU growth beyond the 250M–265M base and pulling more users into Canva's monetization funnel at near-zero CAC.",
"headline": "AI-assistant distribution unlocks new acquisition flywheel",
"source": [
"https://www.cityam.com/canva-brings-on-brand-editable-design-into-google-gemini/"
]
},
{
"details": "Canva Grow 2.0 (June 2026) integrates ad creation, publishing, and optimization across LinkedIn, TikTok, and Meta into a single workflow, with acquired assets (Ortto, SimTheory, MangoAI, Doohly) extending reach into email automation, simulation, and DOOH. This converts Canva from a design asset into a marketing operations platform, expanding wallet share within the 95%+ Fortune 500 base and lifting B2B revenue beyond the $500M+ mark.",
"headline": "Canva Grow 2.0 expands into full marketing lifecycle",
"source": [
"https://martechseries.com/content/introducing-canva-grow-2-0-create-launch-and-optimize-ads-in-one-place/"
]
},
{
"details": "Claimed 7x faster and 30x cheaper inference than comparable frontier models directly improves unit economics as AI features become central to user workflows (Magic Write, Magic Media, Dream Lab, Create a Video). At 265M+ MAU and growing AI credit consumption, this cost gap translates into meaningfully better gross margins vs. competitors paying third-party model providers, supporting continued investment in R&D and acquisitions.",
"headline": "Proprietary AI cost advantage compounds at scale",
"source": [
"http://canva.com/"
]
},
{
"details": "Making the Affinity pro suite free drove 1M+ signups in four days, extending Canva into professional photo editing, vector design, and page layout. Combined with Canva Enterprise (95%+ Fortune 500) and Leonardo AI's 19M registered users, this positions Canva to monetize the prosumer-to-enterprise spectrum end-to-end — capturing workflow share that previously sat in Adobe's $60+/mo creative tiers.",
"headline": "Enterprise + Affinity captures the professional creator market",
"source": [
"https://www.makeuseof.com/this-photoshop-rival-now-free-i-like-it-better-than-photoshop/"
]
}
],
"weakness": [
{
"details": "Adobe Express is bundled into Creative Cloud (already at deep enterprise penetration) and Microsoft Designer ships free with Microsoft 365. As IT procurement consolidates design tools into broader productivity contracts, Canva's standalone $15/mo subscription becomes harder to defend. Canva's enterprise wedge must repeatedly justify itself against 'good enough' tools that come pre-paid with the desktop and productivity stack.",
"headline": "Adobe + Microsoft bundling squeezes Canva's moat",
"source": [
"https://www.zdnet.com/article/adobe-express-vs-canva-compared-2026/"
]
},
{
"details": "ChatGPT, Claude, Gemini, Copilot, and Perplexity now let users generate visual assets without visiting canva.com. If the dominant user journey becomes 'prompt in assistant → output image' rather than 'open Canva → design,' Canva risks becoming a downstream rendering utility — ceding brand relationships, template ecosystem value, and willingness-to-pay to the assistant layer.",
"headline": "AI assistants absorb the design creation flow",
"source": [
"https://www.cityam.com/canva-brings-on-brand-editable-design-into-google-gemini/"
]
},
{
"details": "The Canva AI 2.0 platform (agentic orchestration, object-based intelligence, Magic Layers) is the most technically ambitious product in Canva's history. Departure of the 12-year CTO mid-rollout introduces roadmap slippage, model-quality risk, and talent retention risk in the 100+ person frontier AI lab — at exactly the moment competitors are also shipping agentic creative tools.",
"headline": "CTO transition threatens AI 2.0 execution at peak complexity",
"source": [
"https://www.financialexpress.com/life/technology-canva-cto-brendan-humphreys-steps-down-after-12-years-take-a-look-at-recent-tech-industry-exits-4225005/"
]
},
{
"details": "Valuation moving from $65B (mid-2025) to $42B (May 2026) signals late-stage private market repricing. A US IPO in late 2026 will likely price into a softer environment, creating down-round optics for early backers and forcing more conservative secondary sales — limiting Canva's optionality on capital raises and M&A currency.",
"headline": "Valuation compression pressures IPO economics and cap table",
"source": [
"https://tech-insider.org/au/australian-tech-startups-2026/"
]
},
{
"details": "Six acquisitions in 24 months (Affinity, Leonardo AI, Flourish, Doohly, Ortto, SimTheory, MangoAI) extend Canva into data viz, DOOH adtech, marketing automation, and AI image generation. Without disciplined integration, the broadened surface area could dilute engineering focus, inflate G&A, and confuse the core value proposition at exactly the time the company needs to consolidate around AI 2.0.",
"headline": "Acquisition sprawl dilutes focus and strains integration capacity",
"source": [
"https://martechseries.com/content/introducing-canva-grow-2-0-create-launch-and-optimize-ads-in-one-place/"
]
}
],
"competitive_moat": [
{
"details": "Canva reaches 265 million monthly active users across 190+ countries and is now embedded as a Connected App in all four major AI assistants (ChatGPT, Claude, Gemini, Copilot), giving it distribution that few horizontal design or productivity tools can match.",
"type": {
"code": "distribution_advantage",
"label": "Distribution Advantage"
}
},
{
"details": "Apps Marketplace, Templates Marketplace, Brand Kit, and 75 million-strong customer logo base create compounding lock-in, especially in enterprise tiers where brand assets, SSO, and workflow approvals become deeply embedded in daily operations.",
"type": {
"code": "ecosystem_lock_in",
"label": "Ecosystem Lock In"
}
},
{
"details": "A massive library of templates, stock images, fonts, and design elements, combined with global brand recognition from sustained marketing (Cannes Lions activations, US 'Squirrelites' campaign), forms a strong intangible moat that lowers CAC and supports premium pricing.",
"type": {
"code": "intangible_assets",
"label": "Intangible Assets"
}
},
{
"details": "Canva AI 2.0 uses proprietary models claimed to be 7x faster and 30x cheaper than comparable frontier alternatives, supporting a pricing structure ($120/year Pro) that undercuts Adobe Express ($9.99/month, i.e., ~$120/year as well but with a higher free-tier friction) while sustaining margins in a freemium business.",
"type": {
"code": "cost_advantage",
"label": "Cost Advantage"
}
},
{
"details": "Enterprise customers accumulate Brand Kits, team templates, approval workflows, and historical design assets; Canva Enterprise's SSO and admin controls further increase migration cost. Canva Sheets, Magic Layers, and Bulk Create embed Canva into recurring marketing operations.",
"type": {
"code": "switching_costs",
"label": "Switching Costs"
}
},
{
"details": "Template sharing, team collaboration, and the 75 million logo customer base produce moderate network effects: more users create more templates and integrations, increasing platform value for SMBs and enterprise teams.",
"type": {
"code": "network_effects",
"label": "Network Effects"
}
},
{
"details": "Two years of design creation, prompt, and engagement data from hundreds of millions of users — including Agentic Orchestration and Living Memory features in Canva AI 2.0 — feed proprietary model improvements and personalization, a flywheel competitors cannot replicate.",
"type": {
"code": "data_advantage",
"label": "Data Advantage"
}
}
],
"key_risks": [
{
"details": "Brendan Humphreys, CTO for 12 years, stepped down effective June 19, 2026 — months after the Canva AI 2.0 launch and during a major platform pivot. Simon Newton (ex-Google/Uber) inherits the role mid-flight, creating execution risk across AI infrastructure, Magic Layers, and agentic orchestration roadmaps.",
"headline": "Long-tenured CTO departure at the worst possible time",
"source": [
"https://www.financialexpress.com/life/technology-canva-cto-brendan-humphreys-steps-down-after-12-years-take-a-look-at-recent-tech-industry-exits-4225005/"
]
},
{
"details": "Most recent reliable valuations put Canva at $42B (May 2026), down from a reported $65B following the mid-2025 secondary share sale. While still massive, the ~35% mark-down reflects broader late-stage private market repricing and could foreshadow tighter terms at IPO.",
"headline": "Valuation reset from $65B to $42B signals private-market compression",
"source": [
"https://tech-insider.org/au/australian-tech-startups-2026/"
]
},
{
"details": "Adobe Express (bundled with Creative Cloud) and Microsoft Designer (bundled with Microsoft 365) attack both ends of Canva's market — Adobe from the pro/enterprise side, Microsoft from the workplace/IT-procurement side. Bundling with deeply entrenched productivity stacks is a structural distribution disadvantage that Canva cannot easily neutralize.",
"headline": "Embedded in competitive encirclement by Adobe and Microsoft",
"source": [
"https://www.zdnet.com/article/adobe-express-vs-canva-compared-2026/"
]
},
{
"details": "While Canva's presence in ChatGPT, Claude, Gemini, and Copilot is a distribution win, it also means users may generate designs directly inside AI assistants rather than navigating to canva.com — potentially shifting value capture (and brand/build awareness) toward the assistant layer over time.",
"headline": "AI assistant integrations risk disintermediation of Canva's core flow",
"source": [
"https://www.cityam.com/canva-brings-on-brand-editable-design-into-google-gemini/"
]
},
{
"details": "Canva has closed six acquisitions in two years (Flourish, Affinity, Leonardo AI, Doohly, Ortto, SimTheory, MangoAI) and continues to roll up point solutions. Integration overhead, brand consolidation, and continued cash burn on M&A could compress margins and dilute management focus from the core visual suite roadmap.",
"headline": "Aggressive multi-acquisition strategy creates integration and dilution risk",
"source": [
"https://martechseries.com/content/introducing-canva-grow-2-0-create-launch-and-optimize-ads-in-one-place/"
]
},
{
"details": "The vast majority of Canva's 265M MAUs are on the free tier; only ~31M are paying subscribers (~12% conversion). While this enables massive top-of-funnel, it also creates exposure to downgrades and cohort churn. Underlying enterprise NRR and gross margin trends are not disclosed in the data, limiting investor visibility into cohort economics.",
"headline": "Heavy freemium reliance with limited visibility on net dollar retention",
"source": [
"https://www.01net.com/actualites/canva-complete-son-tour-des-ia-apres-claude-et-chatgpt-cest-gemini-qui-fait-son-entree.html"
]
}
],
"key_highlights": [
{
"details": "Canva reports 265M+ monthly active users (May 2026 source) across 190+ countries, with 95%+ of Fortune 500 companies using the platform. 31M paying subscribers and 75M+ customers worldwide provide a deep monetization funnel and unmatched enterprise reach among design SaaS players.",
"headline": "Massive global user base of 265M+ MAU with deep enterprise penetration",
"source": [
"https://www.famouscampaigns.com/2026/05/the-famous-qa-with-kristine-segrist/"
]
},
{
"details": "Canva has been profitable for 8 consecutive years — a rare outcome for a venture-backed SaaS company of its size. This contrasts with many peers and validates the freemium-to-paid economics and operational discipline of the business.",
"headline": "Eight consecutive years of profitability at scale",
"source": [
"https://bayelsawatch.com/canva-statistics/"
]
},
{
"details": "Revenue scaled from ~$2B annualized (May 2024) to $4B (2025), with B2B revenue exceeding $500M. The B2B segment serves 95%+ of Fortune 500 and powers the enterprise tier with advanced security, SSO, and brand governance features.",
"headline": "Strong revenue growth to $4B annualized with high-margin B2B stream",
"source": [
"https://www.01net.com/actualites/canva-complete-son-tour-des-ia-apres-claude-et-chatgpt-cest-gemini-qui-fait-son-entree.html"
]
},
{
"details": "Canva AI 2.0 launched at Canva Create in April 2026 with proprietary models powering Conversational Design, Agentic Orchestration, Object-Based Intelligence, and Living Memory. The platform's frontier AI lab employs 100+ researchers, and Canva asserts 7x faster / 30x cheaper inference vs. comparable frontier models — a meaningful unit-economics advantage for AI features consumed at scale.",
"headline": "Proprietary AI 2.0 model claims 7x faster and 30x cheaper than frontier alternatives",
"source": [
"http://canva.com/"
]
},
{
"details": "Canva Connected Apps are integrated into ChatGPT, Anthropic Claude, Google Gemini, and Microsoft Copilot (rollouts May 2026), plus Perplexity Computer. This OEM-style distribution positions Canva as the visual execution layer for frontier AI assistants — a structural acquisition channel that competing design tools lack.",
"headline": "Distribution embedded inside every major AI assistant",
"source": [
"https://www.cityam.com/canva-brings-on-brand-editable-design-into-google-gemini/"
]
},
{
"details": "Affinity Suite (acquired 2024) drove 1M+ signups in the first four days after going free. Leonardo AI added 19M registered users, ~$95M ARR, and image-generation depth. Acquisitions like Flourish, Doohly, Ortto, and SimTheory extend the platform into data viz, DOOH ads, and marketing automation.",
"headline": "Successful acquisition track record converting into distribution wins",
"source": [
"https://www.makeuseof.com/this-photoshop-rival-now-free-i-like-it-better-than-photoshop/"
]
},
{
"details": "Freemium web/mobile self-serve plus direct enterprise sales yields $120/yr Pro, per-seat Teams, and negotiated Enterprise contracts. Canva Grow 2.0 (June 2026) extends monetization into performance marketing ads across LinkedIn, TikTok, and Meta — turning Canva into a full-funnel marketing lifecycle platform.",
"headline": "Highly efficient PLG funnel with strong multi-channel monetization",
"source": [
"http://canva.com/"
]
}
],
"customer_concentration": {
"details": "Canva's revenue is distributed across approximately 31 million paying subscribers and 265 million monthly active users, with a freemium bottom and a Pro tier at $120/year — a structurally diversified base that limits single-customer revenue exposure. Enterprise penetration is broad (95%+ of Fortune 500 served) but B2B revenue of $500M+ is a minority of the $4B revenue base, so even loss of major logos such as PayPal, Gucci, Danone, Sony Music, or Amnesty International would not be material. Named enterprise logos span consumer goods, financial services, luxury, entertainment, and nonprofit verticals, indicating cross-segment adoption rather than vertical concentration. Implication: revenue is predictable from the long tail and exposed to macro SMB/consumer spend cycles rather than enterprise renewal concentration.",
"classification": {
"code": "Low",
"label": "Low"
}
},
"peers": [
{
"description": "Adobe Creative Cloud and Adobe Express are the closest direct competitor to Canva, particularly for professional design and enterprise marketing workflows. Adobe bundles its broader creative toolset (Photoshop, Illustrator, Premiere) with Express, giving it a structural advantage in pro/enterprise segments Canva is targeting.",
"name": "Adobe",
"type": {
"code": "broad_incumbent",
"label": "Broad Incumbent"
}
},
{
"description": "Microsoft Designer is a free AI-powered design tool bundled into Microsoft 365, directly competing with Canva for individual, SMB, and enterprise users. Its distribution through the Microsoft 365 stack makes it one of Canva's most strategically dangerous competitors despite a narrower feature set.",
"name": "Microsoft Designer",
"type": {
"code": "direct_peer",
"label": "Direct Peer"
}
},
{
"description": "Figma is a collaborative interface design platform competing for design-team mindshare, particularly with product designers and UI/UX workflows. While Canva targets broader marketing/content creation, Figma pushes into enterprise design workflows Canva is trying to expand into via Visual Suite.",
"name": "Figma",
"type": {
"code": "direct_peer",
"label": "Direct Peer"
}
},
{
"description": "Piktochart is a design platform focused on infographics, presentations, and reports — overlapping directly with Canva's presentation and data visualization use cases (Canva Sheets, Flourish). It targets similar SMB and education segments with a more niche positioning.",
"name": "Piktochart",
"type": {
"code": "direct_peer",
"label": "Direct Peer"
}
},
{
"description": "Visme is an all-in-one visual content platform for presentations, infographics, and documents — directly comparable to Canva's presentation and visual suite offerings. Targets similar SMB and enterprise marketing users.",
"name": "Visme",
"type": {
"code": "direct_peer",
"label": "Direct Peer"
}
},
{
"description": "VistaCreate (formerly Crello) is a graphic design platform from Corel/Vista targeting SMBs and individuals with a similar template-driven, freemium model. Competes head-to-head with Canva in social media graphics and marketing materials.",
"name": "VistaCreate (Crello)",
"type": {
"code": "direct_peer",
"label": "Direct Peer"
}
},
{
"description": "Lumen5 is an AI-powered video creation platform that competes with Canva's video editor, particularly for social media and marketing video workflows. Comparable AI-driven text-to-video approach targeting content marketers.",
"name": "Lumen5",
"type": {
"code": "emerging_player",
"label": "Emerging Player"
}
},
{
"description": "Descript is an AI-first video and audio editing platform overlapping with Canva's video editing and AI music/voiceover capabilities. Comparable generative AI approach for content creation targeting creators and marketers.",
"name": "Descript",
"type": {
"code": "emerging_player",
"label": "Emerging Player"
}
},
{
"description": "Gamma is an AI-powered presentation and document creation platform that uses generative AI to build decks from prompts — directly competing with Canva's AI presentation and Magic Write workflows. Targets similar SMB and individual creator segments.",
"name": "Gamma",
"type": {
"code": "emerging_player",
"label": "Emerging Player"
}
},
{
"description": "Google Slides, Docs, and the broader Workspace productivity suite serve as a free alternative to Canva's presentations, docs, and visual collaboration offerings for millions of users embedded in the Google ecosystem. Bundled distribution at scale makes it a structural competitor.",
"name": "Google Workspace (Slides/Docs)",
"type": {
"code": "broad_incumbent",
"label": "Broad Incumbent"
}
}
]
},
"company_hierarchy": {
"subsidiaries": [
{
"acquired_on": {
"month": 2,
"year": 2022
},
"business_focus": "Data visualization platform",
"name": "Flourish",
"relationship_type": {
"code": "wholly_owned",
"label": "Wholly Owned"
},
"type": {
"code": "acquired_brand_retained",
"label": "Acquired Brand Retained"
}
},
{
"acquired_on": {
"month": 3,
"year": 2024
},
"business_focus": "Professional photo editing and graphic design software",
"name": "Affinity",
"relationship_type": {
"code": "wholly_owned",
"label": "Wholly Owned"
},
"type": {
"code": "acquired_brand_retained",
"label": "Acquired Brand Retained"
}
},
{
"acquired_on": {
"month": 3,
"year": 2026
},
"business_focus": "Digital out-of-home (DOOH) advertising platform",
"name": "Doohly",
"relationship_type": {
"code": "wholly_owned",
"label": "Wholly Owned"
},
"type": {
"code": "acquired_brand_retained",
"label": "Acquired Brand Retained"
}
},
{
"acquired_on": {
"year": 2024
},
"business_focus": "AI-powered image generation",
"name": "Leonardo AI",
"relationship_type": {
"code": "wholly_owned",
"label": "Wholly Owned"
},
"type": {
"code": "acquired_brand_retained",
"label": "Acquired Brand Retained"
}
},
{
"acquired_on": {
"year": 2025
},
"business_focus": "AI-powered marketing platform",
"name": "Ortto",
"relationship_type": {
"code": "wholly_owned",
"label": "Wholly Owned"
},
"type": {
"code": "acquired_brand_retained",
"label": "Acquired Brand Retained"
}
},
{
"acquired_on": {
"year": 2025
},
"business_focus": "AI design and simulation tools",
"name": "SimTheory",
"relationship_type": {
"code": "wholly_owned",
"label": "Wholly Owned"
},
"type": {
"code": "acquired_brand_retained",
"label": "Acquired Brand Retained"
}
},
{
"acquired_on": {
"year": 2025
},
"business_focus": "AI image generation",
"name": "MangoAI",
"relationship_type": {
"code": "wholly_owned",
"label": "Wholly Owned"
},
"type": {
"code": "acquired_brand_retained",
"label": "Acquired Brand Retained"
}
}
]
},
"digital_presence": {
"social_media_profiles": [
{
"platform": "x",
"url": "https://x.com/canva"
},
{
"platform": "youtube",
"url": "https://www.youtube.com/@canva"
},
{
"platform": "facebook",
"url": "https://www.facebook.com/canva"
},
{
"platform": "linkedin",
"url": "https://www.linkedin.com/company/canva"
},
{
"platform": "instagram",
"url": "https://www.instagram.com/canva/"
},
{
"platform": "pinterest",
"url": "https://au.pinterest.com/canva/"
},
{
"platform": "tiktok",
"url": "https://www.tiktok.com/@canva"
}
]
},
"financial_estimate": {
"revenue_estimate": {
"code": "1B-5B",
"label": "$1B-$5B"
},
"valuation_estimate": {
"code": "OVER-25B",
"label": "$25B+"
}
},
"location": {
"hq": {
"city": "Sydney",
"country": "AUS",
"region": "Oceania"
},
"market_served": {
"is_global": true
},
"offices": [
{
"city": "Sydney",
"country": "AUS",
"description": "Canva's global headquarters located in Sydney, Australia. The company was founded in Australia and maintains its primary operations there.",
"source": [
"https://tech-insider.org/au/australian-tech-startups-2026/"
],
"type": {
"code": "headquarters",
"label": "Headquarters"
}
}
]
},
"management_profile": {
"number_of_profiles": 10,
"profiles": [
{
"designation": "Chief Technology Officer",
"designation_category": {
"code": "CXO",
"label": "CXO"
},
"name": "Dave Hearnden",
"overview": "Chief Technology Officer of Canva leading global engineering and platform technology.",
"profile_commentary": "Listed as CTO in the leadership roster. Listed alongside Simon Newton, who is separately identified as head of technology taking over CTO duties from Brendan Humphreys following his June 2026 departure.",
"source": [
"http://canva.com/"
]
},
{
"designation": "Co-founder & CEO",
"designation_category": {
"code": "Chief Executive Officer",
"label": "Chief Executive Officer"
},
"name": "Melanie Perkins",
"overview": "Co-founder and Chief Executive Officer of Canva, leading the company from inception in 2013 to over 265 million monthly active users and $4 billion in annualized revenue.",
"profile_commentary": "Perkins is listed as co-founder & CEO. Founded Canva in 2013 in Sydney, Australia, and continues to operate the company as a private entity considering a US IPO in late 2026. Under her leadership, Canva has reported eight consecutive years of profitability and reached a valuation of up to $65 billion following secondary share sales in mid-2025.",
"source": [
"https://www.investing.com/news/stock-market-news/robinhood-ventures-invests-25m-in-design-platform-canva-93CH-4761104"
],
"start_date": "2013"
},
{
"designation": "Co-founder & COO",
"designation_category": {
"code": "Co-founder",
"label": "Co-founder"
},
"name": "Cliff Obrecht",
"overview": "Co-founder and Chief Operating Officer of Canva, partnering with Melanie Perkins to scale the company from Australian startup to global platform.",
"profile_commentary": "Listed as co-founder & COO (CPO/COO depending on source). Co-founded Canva in 2013 and has publicly advocated against proposed capital gains tax reforms in Australia, warning they could discourage entrepreneurship and cause the next Canva to leave Australia.",
"source": [
"https://www.afr.com/policy/tax-and-super/tech-chiefs-join-growing-calls-for-labor-to-revisit-cgt-decision-20260526-p600p2"
],
"start_date": "2013"
},
{
"designation": "Co-founder & Chief Product Officer",
"designation_category": {
"code": "Co-founder",
"label": "Co-founder"
},
"name": "Cameron Adams",
"overview": "Co-founder and Chief Product Officer of Canva, leading product strategy and design across the Visual Suite and Magic Studio.",
"profile_commentary": "Listed as co-founder & CPO (CPO role consistent with product leadership for the Visual Suite). One of three original Canva co-founders from 2013 alongside Melanie Perkins and Cliff Obrecht.",
"source": [
"http://canva.com/"
],
"start_date": "2013"
},
{
"designation": "Chief Financial Officer",
"designation_category": {
"code": "CXO",
"label": "CXO"
},
"name": "Kelly Steckelberg",
"overview": "Chief Financial Officer of Canva overseeing financial strategy across the company's global operations.",
"profile_commentary": "Listed as CFO. Provides financial leadership for Canva's eight consecutive years of profitability and its multi-billion-dollar revenue base.",
"source": [
"http://canva.com/"
]
},
{
"designation": "Chief Marketing Officer",
"designation_category": {
"code": "CXO",
"label": "CXO"
},
"name": "Zach Kitschke",
"overview": "Chief Marketing Officer of Canva leading global marketing, brand, and communications.",
"profile_commentary": "Listed as CMO. Leads Canva's brand campaigns including 'The Thing That Makes Anything A Thing' and the Cannes Lions Creative Cabana activation.",
"source": [
"http://canva.com/"
]
},
{
"designation": "Chief Evangelist",
"designation_category": {
"code": "CXO",
"label": "CXO"
},
"name": "Guy Kawasaki",
"overview": "Chief Evangelist of Canva, promoting the platform's mission of democratizing design.",
"profile_commentary": "Listed as Chief Evangelist. Functions as a public-facing advocate for Canva's brand and product positioning.",
"source": [
"http://canva.com/"
]
},
{
"designation": "Chief Legal Officer & Corporate Development",
"designation_category": {
"code": "CXO",
"label": "CXO"
},
"name": "Todd Carpenter",
"overview": "Chief Legal Officer and head of Corporate Development at Canva.",
"profile_commentary": "Listed as CLO & Corporate Development. Combines legal leadership with corporate development responsibilities, including oversight of acquisitions such as Flourish, Affinity, Leonardo AI, and Doohly.",
"source": [
"http://canva.com/"
]
},
{
"designation": "Head of Technology",
"designation_category": {
"code": "CXO",
"label": "CXO"
},
"name": "Simon Newton",
"overview": "Head of Technology at Canva, taking over from outgoing CTO Brendan Humphreys, following prior executive tenures at Google and Uber.",
"previous_companies": [
"Google",
"Uber",
"Canva Platform Group"
],
"profile_commentary": "Previously led Canva's platform group as a leader before being named CTO/Head of Technology. Brings executive technology leadership experience from Google and Uber; succeeds Brendan Humphreys who stepped down effective June 19, 2026 after 12 years at Canva.",
"source": [
"https://www.financialexpress.com/life/technology-canva-cto-brendan-humphreys-steps-down-after-12-years-take-a-look-at-recent-tech-industry-exits-4225005/"
]
},
{
"designation": "Chief People Officer",
"designation_category": {
"code": "CXO",
"label": "CXO"
},
"name": "Jennie Rogerson",
"overview": "Chief People Officer of Canva leading global people and culture strategy.",
"profile_commentary": "Spoke at Charter's New Employer Brand Summit outlining the two human traits Canva seeks in hires: curiosity and the willingness to go beyond job requirements by taking initiative and responsibility for team outcomes.",
"source": [
"https://www.fastcompany.com/91560534/canva-only-hires-people-with-these-2-traits-why-they-matter-amid-ai-shift"
]
}
]
},
"product_offering": {
"brand": [
{
"description": "Professional photo editing, vector design, and page layout software suite acquired by Canva in March 2024",
"name": "Affinity",
"source": [
"https://www.openpr.com/news/4513572/worldwide-insights-the-fast-paced-evolution-of-the-creative"
]
},
{
"description": "Data visualization platform acquired by Canva in February 2022",
"name": "Flourish",
"source": [
"https://www.uktech.news/news/canva-flourish-acquisition-20220202"
]
},
{
"description": "AI-powered image generation platform acquired by Canva in 2024",
"name": "Leonardo AI",
"source": [
"https://www.aboutchromebooks.com/leonardo-ai/"
]
},
{
"description": "AI-powered design platform featuring Conversational Design, Agentic Orchestration, Object-Based Intelligence, and Living Memory",
"name": "Canva AI 2.0",
"source": [
"https://martechseries.com/content/introducing-canva-grow-2-0-create-launch-and-optimize-ads-in-one-place/"
]
},
{
"description": "AI-powered design tools suite including Magic Write, Magic Eraser, Magic Resize, Magic Layers, Magic Charts, and Magic Formulas",
"name": "Magic Studio",
"source": [
"http://canva.com/"
]
},
{
"description": "Canva's integrated platform combining design, documents, spreadsheets, whiteboards, and presentations",
"name": "Visual Suite",
"source": [
"http://canva.com/"
]
},
{
"description": "Visual-first spreadsheet software with AI-powered data analysis and visualization",
"name": "Canva Sheets",
"source": [
"https://www.canva.com/sheets/"
]
},
{
"description": "Visual-first document creator with AI-powered features",
"name": "Canva Docs",
"source": [
"https://www.canva.com/docs/"
]
},
{
"description": "Free online whiteboard for real-time collaboration and brainstorming",
"name": "Canva Whiteboards",
"source": [
"https://www.canva.com/online-whiteboard/"
]
}
],
"core_offering": "Canva operates a cloud-based visual communication platform that enables individuals and organizations to create professional-grade graphics, presentations, videos, documents, spreadsheets, whiteboards, websites, and print materials without design expertise. The platform is anchored by Magic Studio, an AI-powered suite including generative image, text, video, and audio tools, plus the integrated Visual Suite workspace. It operates on a freemium SaaS model spanning Free, Pro, Teams, Business, and Enterprise subscription tiers.",
"differentiator": "All-in-one visual communication platform combining design, documents, spreadsheets, presentations, and video in a single integrated workspace with AI-powered automation. Proprietary AI models delivering 7x faster and 30x cheaper performance than comparable alternatives. Extensive template library and brand management tools. Freemium model enabling broad adoption with clear upgrade path to paid tiers. Recent acquisition of professional-grade Affinity tools at no additional cost.",
"functional_benefit": "Enables non-designers to create professional-quality visual content (social media graphics, presentations, documents, videos, websites). AI automation reduces production time through features like Magic Design, bulk creation, and automated layout suggestions. Real-time collaboration across distributed teams. Brand consistency through centralized Brand Kit with logos, colors, and fonts. Multi-format output from single design source.",
"problem_solved": "Organizations and individuals lack the design skills, time, or resources to create professional visual content at scale. Marketing teams need to produce high volumes of on-brand content across multiple channels and formats quickly. Collaboration on visual content across distributed teams is difficult with traditional design tools. Brand consistency is hard to maintain when multiple stakeholders create marketing materials.",
"quantifiable_outcome": [
"89% of marketers report gaining at least 4 hours weekly through AI automations",
"99% of marketing leaders plan to increase AI tool spending in 2026",
"94% of marketers plan to use AI in content creation in 2026"
],
"product_overview": "Canva is a visual communication and design platform offering a comprehensive Visual Suite with AI-powered tools for creating graphics, presentations, videos, documents, spreadsheets, whiteboards, websites, and print materials. The platform is anchored by Magic Studio, Canva's AI suite encompassing generative AI (Magic Media, Dream Lab, Create a Video), natural language tools (Magic Write, Magic Formulas), computer vision features (Magic Eraser, Magic Edit, Background Remover, Magic Grab), and analytics (Magic Insights, Magic Charts). Canva AI 2.0, announced May 2026, introduced agentic capabilities and conversational design powered by proprietary models. Key products include Canva Docs (visual-first documents), Canva Sheets (visual spreadsheets with AI data analysis), Canva Whiteboard (collaborative brainstorming), Canva Presentations (AI-powered slides), Canva for Social Media (creation and scheduling), Canva Photo Editor, Canva Video Editor, Canva Print, and Canva Website Builder. The platform operates on a freemium model with subscription tiers (Pro, Teams, Business, Enterprise, Education, Nonprofit). Canva has expanded through acquisitions including Flourish (data visualization, 2022), Affinity Suite (professional design tools, 2024), Leonardo AI (AI image generation, 2024), and Doohly (digital outdoor advertising, 2026). The platform serves over 250 million monthly active users across 190 countries.",
"product_and_service": [
{
"category": "AI Creative Suite",
"description": "Canva's AI-powered creative suite encompassing generative AI across text, image, video, audio, and code, powering conversational design and agentic workflows across the platform.",
"name": "Magic Studio",
"source": [
"http://canva.com/"
],
"url": "https://www.canva.com/canva-ai/"
},
{
"category": "AI Platform",
"description": "Major AI platform evolution introducing Conversational Design, Agentic Orchestration, Object-Based Intelligence, and Living Memory, powered by proprietary AI models 7x faster and 30x cheaper than comparable frontier alternatives.",
"name": "Canva AI 2.0",
"source": [
"http://canva.com/"
],
"url": "https://www.canva.com/canva-ai/"
},
{
"category": "Higher Education Subscription",
"description": "Higher education subscription with academic success tools, accessibility features, brand management, and security controls for college and university use.",
"name": "Canva for Campus",
"source": [
"http://canva.com/"
],
"url": "https://www.canva.com/for-campus/"
},
{
"category": "Photo Editing",
"description": "Free online photo editing tool with AI-powered features including Magic Eraser, Background Remover, Magic Edit, Magic Grab, Magic Expand, filters, effects, and one-click enhancements for polishing images.",
"name": "Canva Photo Editor",
"source": [
"https://www.canva.com/photo-editor/"
],
"url": "https://www.canva.com/photo-editor/"
},
{
"category": "Video Editing",
"description": "Online video editing platform with AI-powered features including text-to-video via Google Veo 3, Auto-trim, Highlights, Background Remover, Beat Sync, face animation, and caption generation.",
"name": "Canva Video Editor",
"source": [
"http://canva.com/"
],
"url": "https://www.canva.com/video-editor/"
},
{
"category": "Print Services",
"description": "Print-on-demand service enabling high-quality printing and delivery of designs including business cards, flyers, brochures, posters, t-shirts, mugs, stickers, hoodies, labels, and invitations.",
"name": "Canva Print",
"source": [
"http://canva.com/"
],
"url": "https://www.canva.com/print/"
},
{
"category": "Website Builder",
"description": "Drag-and-drop website creation tool enabling design and publishing of websites with templates, custom branding, and integration with Canva's design ecosystem.",
"name": "Canva Website Builder",
"source": [
"http://canva.com/"
],
"url": "https://www.canva.com/website-builder/"
},
{
"category": "Enterprise Subscription Tier",
"description": "Enterprise-grade subscription with advanced security, SSO, admin controls, unlimited Brand Kits, dedicated support, custom workflows, and enterprise-grade compliance features.",
"name": "Canva Enterprise",
"source": [
"http://canva.com/"
],
"url": "https://www.canva.com/enterprise/"
},
{
"category": "Business Subscription Tier",
"description": "Business-tier subscription including team collaboration features, workflow approvals, Brand Kit, integrations, and administrative controls for organizations managing visual content at scale.",
"name": "Canva Business",
"source": [
"http://canva.com/"
],
"url": "https://www.canva.com/canva-business/"
},
{
"category": "Education Subscription Tier",
"description": "Free and discounted access to Canva's full platform for educators and students, with premium features for classroom use, lesson planning, presentations, and student projects.",
"name": "Canva for Education",
"source": [
"http://canva.com/"
],
"url": "https://www.canva.com/education/"
},
{
"category": "Nonprofit Subscription Tier",
"description": "Discounted nonprofit subscription providing access to Canva's design platform for charitable organizations to create visual content for their missions.",
"name": "Canva for Nonprofits",
"source": [
"http://canva.com/"
],
"url": "https://www.canva.com/canva-for-nonprofits/"
},
{
"category": "Marketplace / Developer Platform",
"description": "Canva's app marketplace featuring third-party integrations and applications that extend Canva's functionality, available through the Canva Apps SDK for developers.",
"name": "Canva Apps Marketplace",
"source": [
"http://canva.com/"
],
"url": "https://www.canva.com/apps/"
},
{
"category": "Marketplace / Templates",
"description": "Marketplace for designer-made and user-contributed templates covering presentations, social media, documents, print materials, and more.",
"name": "Canva Templates Marketplace",
"source": [
"http://canva.com/"
],
"url": "https://www.canva.com/templates/"
},
{
"category": "Professional Design Software",
"description": "Professional photo editing (Affinity Photo), vector design (Affinity Designer), and page layout (Affinity Publisher) tools acquired by Canva in March 2024 and made completely free, unifying three separate apps into one application.",
"name": "Affinity Suite",
"source": [
"https://www.makeuseof.com/this-photoshop-rival-now-free-i-like-it-better-than-photoshop/"
],
"url": "https://www.affinity.studio/"
},
{
"category": "AI Image Generation",
"description": "Browser-based AI image generator acquired by Canva in 2024, providing professional-grade AI image generation with consistent style control. Operates on freemium SaaS model.",
"name": "Leonardo AI",
"source": [
"https://www.aboutchromebooks.com/leonardo-ai/"
]
},
{
"category": "Data Visualization",
"description": "UK-based data visualization platform acquired by Canva in February 2022, integrating dynamic charts and infographics into Canva's visual communication suite.",
"name": "Flourish",
"source": [
"https://flourish.studio/blog/flourish-canva/"
]
},
{
"category": "Performance Marketing Platform",
"description": "Performance marketing platform enabling creation, publishing, and optimization of ads across LinkedIn, TikTok, and Meta in a single workflow.",
"name": "Canva Grow",
"source": [
"https://martechseries.com/content/introducing-canva-grow-2-0-create-launch-and-optimize-ads-in-one-place/"
]
},
{
"category": "K-12 Education Solution",
"description": "K-12 education solution providing Canva for Education access to students, teachers, and education officials at school and district levels, integrated with LMS platforms.",
"name": "Canva for Schools and Districts",
"source": [
"https://www.thehindubusinessline.com/news/ap-govt-to-extent-free-canva-access-for-all-government-school-students/article71125974.ece"
],
"url": "https://www.canva.com/education/schools/"
},
{
"category": "Pro Subscription Tier",
"description": "Premium subscription offering unlimited folders, 1TB storage, Magic Studio AI features, Brand Kit, Background Remover, Magic Resize, expanded template access, and priority support.",
"name": "Canva Pro",
"source": [
"http://canva.com/"
],
"url": "https://www.canva.com/pro/"
},
{
"category": "Productivity / Documents",
"description": "Visual-first document creator enabling AI-powered document creation with Magic Write, embedded Canva designs, real-time collaboration, comments, reactions, and templates for business and educational use cases.",
"image_url": "TQ649DQTK6M2M6V8EXL8IG3LVUBEVITUF7BAXEHEX4DGYGGFV4.png",
"name": "Canva Docs",
"source": [
"https://www.canva.com/docs/"
],
"url": "https://www.canva.com/docs/"
},
{
"category": "Presentations",
"description": "AI-powered presentation builder with cinematic visuals, smart collaboration, Magic Write for content generation, automated animations, presenter tools, offline presenting, and export to PowerPoint, PDF, or video.",
"image_url": "0EX7KV8N2BT2BJ3UK8HPZBCRU3XGKWAO7A576F33BPIHGBTMF.png",
"name": "Canva Presentations",
"source": [
"https://www.canva.com/presentations/"
],
"url": "https://www.canva.com/presentations/"
},
{
"category": "Collaboration / Whiteboard",
"description": "Free online collaborative whiteboard providing unlimited canvas space for brainstorming, strategy sessions, flowcharts, mind maps, and visual planning with real-time collaboration, templates, and sticky notes.",
"image_url": "0U28MDBUYYE3Y3WH9LUTKYIW773H6UQ0DN3XWEG1L49ZR2JW62.png",
"name": "Canva Whiteboard",
"source": [
"https://www.canva.com/online-whiteboard/"
],
"url": "https://www.canva.com/online-whiteboard/"
},
{
"category": "Visual Design Platform",
"description": "Canva's core design platform providing AI-powered visual content creation including graphics, presentations, videos, documents, websites, and print materials. Serves as the unified workspace combining all Canva tools and AI capabilities.",
"image_url": "K5A608H3MIC1869I23B6NQ2R1EJ6IQG86BGQ46WPBES3I6WYD3.jpg",
"name": "Canva Visual Suite",
"source": [
"http://canva.com/"
],
"url": "https://www.canva.com/visual-suite/"
},
{
"category": "Productivity / Spreadsheets",
"description": "Visual-first spreadsheet software combining data management with design capabilities. Features Magic Charts, Magic Insights, Magic Formulas, Bulk Create, and Data Connectors to external sources.",
"image_url": "PZ308665DCQJGA3UXRR2YCUY350LUPA08XSXDSFXKPC7TR7016.png",
"name": "Canva Sheets",
"source": [
"https://www.canva.com/sheets/"
],
"url": "https://www.canva.com/sheets/"
},
{
"category": "Social Media",
"description": "Comprehensive social media content creation platform enabling design, scheduling, publishing, and tracking of social media content across TikTok, Instagram, Facebook, YouTube, LinkedIn, and Pinterest, powered by AI and integrated with Content Planner.",
"image_url": "SU0CBDAMF3AKF8RLJAP2EJ3W9AISAVJHMFYUBEWH4UYOGJ0U66.png",
"name": "Canva Social Media",
"source": [
"https://www.canva.com/social-media/"
],
"url": "https://www.canva.com/social-media/"
}
]
},
"strategic_signal": {
"scale_indicator": [
{
"description": "Monthly active users as of 2026. Multiple sources confirm this figure.",
"source": [
"https://www.famouscampaigns.com/2026/05/the-famous-qa-with-kristine-segrist/"
],
"type": {
"code": "user_engagement",
"label": "User Engagement"
},
"value": "265 million"
},
{
"description": "Paying subscribers as of May 2026.",
"source": [
"https://www.01net.com/actualites/canva-complete-son-tour-des-ia-apres-claude-et-chatgpt-cest-gemini-qui-fait-son-entree.html"
],
"type": {
"code": "user_engagement",
"label": "User Engagement"
},
"value": "31 million"
},
{
"description": "Global presence across more than 190 countries.",
"source": [
"https://www.stackcapitalgroup.com/stack-capital-invests-8-million-usd-into-canva"
],
"type": {
"code": "geographic_reach",
"label": "Geographic Reach"
},
"value": "190+ countries"
},
{
"description": "Enterprise customer penetration at Fortune 500 level.",
"source": [
"https://martechseries.com/content/introducing-canva-grow-2-0-create-launch-and-optimize-ads-in-one-place/"
],
"type": {
"code": "customer_outcomes",
"label": "Customer Outcomes"
},
"value": "95%+ of Fortune 500"
},
{
"description": "Valuation following secondary share sale. One source mentions $65 billion valuation (WX2OYTTS9E) following mid-2025 secondary share sale, and another mentions $60 billion (WX5SAWKZ5D). Most recent reliable figure is $42 billion from May 2026 sources.",
"source": [
"https://tech-insider.org/au/australian-tech-startups-2026/"
],
"type": {
"code": "valuation",
"label": "Valuation"
},
"value": "USD 42 billion"
},
{
"description": "Annualized revenue for 2025. Earlier sources (2024) reported $2 billion annualized revenue (WXC96BKVMJ, WXFKGSDOYR). Some sources cite $3 billion (WX25REZY0P).",
"source": [
"https://www.01net.com/actualites/canva-complete-son-tour-des-ia-apres-claude-et-chatgpt-cest-gemini-qui-fait-son-entree.html"
],
"type": {
"code": "revenue",
"label": "Revenue"
},
"value": "USD 4 billion"
},
{
"description": "Company has been profitable for eight consecutive years.",
"source": [
"https://bayelsawatch.com/canva-statistics/"
],
"type": {
"code": "profitability",
"label": "Profitability"
},
"value": "8 consecutive years"
},
{
"description": "Monthly active users cited in June 2026 Robinhood investment announcement.",
"source": [
"https://www.investing.com/news/stock-market-news/robinhood-ventures-invests-25m-in-design-platform-canva-93CH-4761104"
],
"type": {
"code": "user_engagement",
"label": "User Engagement"
},
"value": "250 million"
},
{
"description": "Customers trust Canva Worldwide (from customer logos section).",
"source": [
"https://www.canva.com/sheets/"
],
"type": {
"code": "customer_count",
"label": "Customer Count"
},
"value": "75 million"
},
{
"description": "Monthly active users as of Q1 2025.",
"source": [
"https://bayelsawatch.com/canva-statistics/"
],
"type": {
"code": "user_engagement",
"label": "User Engagement"
},
"value": "240 million"
},
{
"description": "Monthly active users reported in May 2024 by Stack Capital.",
"source": [
"https://www.globenewswire.com/news-release/2024/05/01/2873118/0/en/stack-capital-invests-8-million-usd-into-canva.html"
],
"type": {
"code": "user_engagement",
"label": "User Engagement"
},
"value": "170 million"
},
{
"description": "Monthly active users reported in September 2021.",
"source": [
"http://dlvr.it/S7Z6bh"
],
"type": {
"code": "user_engagement",
"label": "User Engagement"
},
"value": "60 million"
},
{
"description": "Global graphic design and editing software market share.",
"source": [
"https://bayelsawatch.com/canva-statistics/"
],
"type": {
"code": "market_share",
"label": "Market Share"
},
"value": "12.47%"
},
{
"description": "Presentation market share.",
"source": [
"https://bayelsawatch.com/canva-statistics/"
],
"type": {
"code": "market_share",
"label": "Market Share"
},
"value": "54.09%"
}
],
"partnership": [
{
"announced_on": {
"day": 29,
"month": 5,
"year": 2026
},
"description": "Marketing app integration for email marketing automation connected with Canva design capabilities.",
"name": "Klaviyo",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"strategic_tier": "Core",
"type": {
"code": "technology_integration",
"label": "Technology or Integration"
}
},
{
"announced_on": {
"day": 25,
"month": 3,
"year": 2026
},
"description": "Canva acquired Doohly for $30 million to expand into digital out-of-home (DOOH) advertising. Doohly provides a programmatic ecosystem for managing, scheduling, and tracking digital outdoor ad performance across screens in the UK, Australia, and New Zealand.",
"name": "Doohly",
"source": [
"https://www.smartcompany.com.au/startupsmart/canva-snaps-up-doohly-acquisition-30-million-outdoor-advertising/"
],
"strategic_tier": "Core",
"type": {
"code": "strategic_codevelopment",
"label": "Strategic or Co-development Partner"
}
},
{
"announced_on": {
"day": 3,
"month": 2,
"year": 2022
},
"description": "Canva acquired UK-based data visualisation platform Flourish to enhance its data storytelling capabilities. Flourish's tools integrated into Canva's suite of visual communication products.",
"name": "Flourish",
"source": [
"https://www.marketingmag.com.au/news-c/canva-makes-data-beautiful-with-acquisition-of-flourish/"
],
"strategic_tier": "Core",
"type": {
"code": "strategic_codevelopment",
"label": "Strategic or Co-development Partner"
}
},
{
"announced_on": {
"day": 25,
"month": 6,
"year": 2026
},
"description": "Acquired Ortto to support Canva's full marketing lifecycle capabilities as part of the Canva Grow platform expansion.",
"name": "Ortto",
"source": [
"https://martechseries.com/content/introducing-canva-grow-2-0-create-launch-and-optimize-ads-in-one-place/"
],
"strategic_tier": "Core",
"type": {
"code": "strategic_codevelopment",
"label": "Strategic or Co-development Partner"
}
},
{
"announced_on": {
"day": 25,
"month": 6,
"year": 2026
},
"description": "Acquired SimTheory to support Canva's full marketing lifecycle capabilities.",
"name": "SimTheory",
"source": [
"https://martechseries.com/content/introducing-canva-grow-2-0-create-launch-and-optimize-ads-in-one-place/"
],
"strategic_tier": "Core",
"type": {
"code": "strategic_codevelopment",
"label": "Strategic or Co-development Partner"
}
},
{
"announced_on": {
"day": 25,
"month": 6,
"year": 2026
},
"description": "Acquired MangoAI as part of platform expansion supporting Canva's full marketing lifecycle capabilities.",
"name": "MangoAI",
"source": [
"https://martechseries.com/content/introducing-canva-grow-2-0-create-launch-and-optimize-ads-in-one-place/"
],
"strategic_tier": "Core",
"type": {
"code": "strategic_codevelopment",
"label": "Strategic or Co-development Partner"
}
},
{
"announced_on": {
"year": 2024
},
"description": "Canva acquired Leonardo AI, a browser-based AI image generator built by an Australian company. Leonardo AI crossed 19 million registered users with approximately $95 million in annual revenue and valuation near $1.3 billion at time of acquisition.",
"name": "Leonardo AI",
"source": [
"https://www.aboutchromebooks.com/leonardo-ai/"
],
"strategic_tier": "Core",
"type": {
"code": "strategic_codevelopment",
"label": "Strategic or Co-development Partner"
}
},
{
"announced_on": {
"year": 2024
},
"description": "After acquiring UK software developer Serif in 2024, Canva made the entire Affinity suite (photo editing, vector design, and page layout tools) completely free, unifying three separate apps into one application. More than one million people signed up in the first four days.",
"name": "Affinity (Serif)",
"source": [
"https://www.makeuseof.com/this-photoshop-rival-now-free-i-like-it-better-than-photoshop/"
],
"strategic_tier": "Core",
"type": {
"code": "strategic_codevelopment",
"label": "Strategic or Co-development Partner"
}
},
{
"announced_on": {
"year": 2024
},
"description": "Canva acquired Kaleido AI to strengthen its AI capabilities in the creative software market.",
"name": "Kaleido AI",
"source": [
"https://www.marketresearchfuture.com/reports/ai-image-generator-market-22034"
],
"strategic_tier": "Core",
"type": {
"code": "strategic_codevelopment",
"label": "Strategic or Co-development Partner"
}
},
{
"announced_on": {
"day": 24,
"month": 6,
"year": 2026
},
"description": "Okta expanded its Cross App Access (XAA) framework to 25 software partners including Canva and Atlassian. Canva and Atlassian are wiring XAA into their AI products, providing unified identity and access policies for autonomous AI agents in production.",
"name": "Okta",
"source": [
"https://itwire.com/business-it-news/security/only-13-of-australian-firms-can-stop-a-rogue-ai-agent-okta-expands-cross-app-access-with-anthropic-canva-and-atlassian-aboard"
],
"strategic_tier": "Core",
"type": {
"code": "technology_integration",
"label": "Technology or Integration"
}
},
{
"announced_on": {
"day": 5,
"month": 6,
"year": 2026
},
"description": "Integration allowing users to access Canva's design and AI tools directly within Perplexity's workflow, enabling small and growing businesses to convert research and AI-generated insights into finished visual assets without switching platforms.",
"name": "Perplexity Computer",
"source": [
"https://t2online.in/tech/tech-news/canva-and-perplexity-team-up-to-streamline-ai-powered-content-creation/2005477"
],
"strategic_tier": "Core",
"type": {
"code": "technology_integration",
"label": "Technology or Integration"
}
},
{
"announced_on": {
"day": 4,
"month": 6,
"year": 2026
},
"description": "Canva connector available to users subscribed to Perplexity Pro, Max, Enterprise Pro, and Enterprise Max plans, supporting eleven languages.",
"name": "Perplexity Pro, Max, Enterprise Pro, Enterprise Max",
"source": [
"https://t2online.in/tech/tech-news/canva-and-perplexity-team-up-to-streamline-ai-powered-content-creation/2005477"
],
"strategic_tier": "Core",
"type": {
"code": "channel_reseller_distributor",
"label": "Channel Partner/ Reseller/ Distributor"
}
},
{
"announced_on": {
"day": 19,
"month": 5,
"year": 2026
},
"description": "Canva launched Connected App for Google Gemini integrating Canva's design capabilities including Magic Layers and Brand Kit with Google's Nano Banana image model. Enables users to convert AI-generated images into fully editable design assets.",
"name": "Google Gemini",
"source": [
"https://www.makeuseof.com/ive-been-a-loyal-photoshop-user-for-10-years-this-gemini-update-just-converted-me-to-canva-for-good/"
],
"strategic_tier": "Core",
"type": {
"code": "technology_integration",
"label": "Technology or Integration"
}
},
{
"announced_on": {
"day": 19,
"month": 5,
"year": 2026
},
"description": "Canva integration with Anthropic's Claude AI allowing users to create visual designs and prototypes through natural language. Designs created in Claude can be exported directly to Canva.",
"name": "Anthropic Claude",
"source": [
"https://www.cityam.com/canva-brings-on-brand-editable-design-into-google-gemini/"
],
"strategic_tier": "Core",
"type": {
"code": "technology_integration",
"label": "Technology or Integration"
}
},
{
"announced_on": {
"month": 5,
"year": 2026
},
"description": "Canva integration with OpenAI's ChatGPT enabling design creation capabilities within the ChatGPT platform.",
"name": "OpenAI ChatGPT",
"source": [
"https://www.cityam.com/canva-brings-on-brand-editable-design-into-google-gemini/"
],
"strategic_tier": "Core",
"type": {
"code": "technology_integration",
"label": "Technology or Integration"
}
},
{
"announced_on": {
"month": 5,
"year": 2026
},
"description": "Canva integration with Microsoft Copilot completing expansion into every major AI assistant.",
"name": "Microsoft Copilot",
"source": [
"https://www.cityam.com/canva-brings-on-brand-editable-design-into-google-gemini/"
],
"strategic_tier": "Core",
"type": {
"code": "technology_integration",
"label": "Technology or Integration"
}
},
{
"announced_on": {
"day": 3,
"month": 5,
"year": 2026
},
"description": "Canva actively deploying AI agents using AWS Bedrock for tasks including no-code automation. Canva is one of multiple companies including Rocket Mortgage, PwC, Moody's using AWS agentic AI capabilities.",
"name": "Amazon Web Services (AWS)",
"source": [
"https://www.webpronews.com/awss-agentic-ai-surge-bedrock-agents-reshape-enterprise-workflows-from-reinvent-to-production/"
],
"strategic_tier": "Core",
"type": {
"code": "technology_integration",
"label": "Technology or Integration"
}
},
{
"announced_on": {
"day": 29,
"month": 5,
"year": 2026
},
"description": "Marketing app integration enabling businesses to connect HubSpot data with Canva designs for marketing campaigns.",
"name": "HubSpot",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"strategic_tier": "Core",
"type": {
"code": "technology_integration",
"label": "Technology or Integration"
}
},
{
"announced_on": {
"day": 29,
"month": 5,
"year": 2026
},
"description": "Direct publishing integration for TikTok Ads within Canva's marketing platform workflow.",
"name": "TikTok Ads",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"strategic_tier": "Core",
"type": {
"code": "technology_integration",
"label": "Technology or Integration"
}
},
{
"announced_on": {
"day": 29,
"month": 5,
"year": 2026
},
"description": "Direct publishing integration for Meta Ads (Facebook, Instagram) within Canva's marketing platform workflow.",
"name": "Meta Ads",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"strategic_tier": "Core",
"type": {
"code": "technology_integration",
"label": "Technology or Integration"
}
},
{
"announced_on": {
"day": 29,
"month": 5,
"year": 2026
},
"description": "Payment integration for e-commerce and transaction capabilities within Canva's platform.",
"name": "PayPal",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"strategic_tier": "Core",
"type": {
"code": "technology_integration",
"label": "Technology or Integration"
}
},
{
"announced_on": {
"day": 1,
"month": 6,
"year": 2026
},
"description": "Deepened Canva integration with Mailchimp removing manual steps for small business marketers through expanded collaboration.",
"name": "Mailchimp",
"source": [
"https://dynamicbusiness.com/topics/news/mailchimp-launches-analytics-ai-and-new-integrations-with-claude-and-wix-for-marketers.html"
],
"strategic_tier": "Core",
"type": {
"code": "technology_integration",
"label": "Technology or Integration"
}
},
{
"announced_on": {
"day": 11,
"month": 6,
"year": 2026
},
"description": "Digital marketing agency Rocket joined Canva's global agency partner program, enabling the firm to offer Canva's AI-powered design platform alongside existing capabilities in digital strategy, creative, SEO, and paid media to Australian brands.",
"name": "Rocket",
"source": [
"https://www.bandt.com.au/rocket-joins-canva-partner-program-in-ai-creative-push/"
],
"strategic_tier": "Minor",
"type": {
"code": "channel_reseller_distributor",
"label": "Channel Partner/ Reseller/ Distributor"
}
},
{
"announced_on": {
"day": 18,
"month": 6,
"year": 2026
},
"description": "Andhra Pradesh government signed MoU with Canva to provide free access to Canva for Education to all government school students, teachers, and education officials. First Indian state to implement statewide access, integrated with LEAP App and Google Workspace ecosystem.",
"name": "Andhra Pradesh School Education Department",
"source": [
"https://indianstartupnews.com/news/canva-partners-with-andhra-pradesh-govt-to-provide-free-access-to-its-platform-in-government-schools-12057276"
],
"strategic_tier": "Core",
"type": {
"code": "strategic_codevelopment",
"label": "Strategic or Co-development Partner"
}
},
{
"announced_on": {
"day": 13,
"month": 5,
"year": 2026
},
"description": "AI-powered campaign creation suite allowing small businesses to generate marketing assets, copy, and campaign plans combining Canva's visual design platform with Claude's generative AI.",
"name": "Anthropic Claude for Small Business",
"source": [
"https://www.pymnts.com/artificial-intelligence-2/2026/anthropic-launches-claude-ai-agents-for-small-business-finance/"
],
"strategic_tier": "Core",
"type": {
"code": "technology_integration",
"label": "Technology or Integration"
}
},
{
"description": "Data Connectors allowing Canva Sheets to connect to Google Analytics for importing data and creating visualizations.",
"name": "Google Analytics",
"source": [
"https://www.canva.com/sheets/"
],
"strategic_tier": "Core",
"type": {
"code": "technology_integration",
"label": "Technology or Integration"
}
}
],
"recent_move": [
{
"date": {
"month": 5,
"year": 2026
},
"description": "Launched Canva AI 2.0 at Canva Create in Los Angeles, introducing Conversational Design, Agentic Orchestration, Object-Based Intelligence, and Living Memory powered by proprietary AI models claimed to be 7x faster and 30x cheaper than frontier alternatives.",
"source": [
"http://canva.com/"
],
"type": {
"code": "product_launch",
"label": "Product Launch"
}
},
{
"date": {
"month": 5,
"year": 2026
},
"description": "Embedded Canva as a Connected App across all four major AI assistants — ChatGPT, Anthropic Claude, Google Gemini, and Microsoft Copilot — establishing an AI-assistant distribution layer for design creation.",
"source": [
"https://www.cityam.com/canva-brings-on-brand-editable-design-into-google-gemini/"
],
"type": {
"code": "partnership",
"label": "Partnership"
}
},
{
"date": {
"year": 2026
},
"description": "Executed a six-acquisition spree over 24 months (Leonardo.Ai, Affinity, Doohly, Ortto, SimTheory, MangoAI, MagicBrief, Scene Group) to vertically integrate AI image generation, professional design tools, marketing automation, and digital out-of-home advertising.",
"source": [
"https://martechseries.com/content/introducing-canva-grow-2-0-create-launch-and-optimize-ads-in-one-place/"
],
"type": {
"code": "acquisition",
"label": "Acquisition"
}
},
{
"date": {
"month": 6,
"year": 2026
},
"description": "Launched Canva Grow 2.0 at Cannes Lions, expanding the platform into an end-to-end performance marketing suite with ad creation, publishing, and optimization integrated with LinkedIn, TikTok, and Meta.",
"source": [
"https://pulse2.com/openai-expands-codex-with-role-specific-plugins-sites-and-annotations-for-non-developer-teams/"
],
"type": {
"code": "product_launch",
"label": "Product Launch"
}
},
{
"date": {
"year": 2024
},
"description": "Made the acquired Affinity suite (Photo, Designer, Publisher) permanently free and unified into a single application, drawing more than one million sign-ups in the first four days and converting a paid professional tool into a user-acquisition lever.",
"source": [
"https://www.makeuseof.com/this-photoshop-rival-now-free-i-like-it-better-than-photoshop/"
],
"type": {
"code": "product_launch",
"label": "Product Launch"
}
},
{
"date": {
"month": 6,
"year": 2026
},
"description": "Replaced outgoing CTO Brendan Humphreys (12-year tenure) with Simon Newton, a former Google and Uber executive, signaling continued investment in AI infrastructure following Canva AI 2.0 launch.",
"source": [
"https://www.financialexpress.com/life/technology-canva-cto-brendan-humphreys-steps-down-after-12-years-take-a-look-at-recent-tech-industry-exits-4225005/"
],
"type": {
"code": "leadership_change",
"label": "Leadership Change"
}
},
{
"date": {
"month": 6,
"year": 2026
},
"description": "Signed a statewide MoU with the Andhra Pradesh School Education Department to provide free Canva for Education to all government school students, teachers, and officials — Canva's first Indian state-wide deployment.",
"source": [
"https://indianstartupnews.com/news/canva-partners-with-andhra-pradesh-govt-to-provide-free-access-to-its-platform-in-government-schools-12057276"
],
"type": {
"code": "expansion",
"label": "Expansion"
}
},
{
"date": {
"year": 2026
},
"description": "Considering a US IPO in late 2026 following a $25 million Robinhood Ventures Fund I investment in Canva Class A Common Stock and a prior secondary share sale valuing the company at $65 billion.",
"source": [
"https://www.smartcompany.com.au/startupsmart/canva-snaps-up-doohly-acquisition-30-million-outdoor-advertising/"
],
"type": {
"code": "ipo",
"label": "Ipo"
}
},
{
"date": {
"year": 2026
},
"description": "Canva is considering a US listing in late 2026, having been valued at $65 billion following a secondary share sale in mid-2025. This represents a potential initial public offering as a corporate structural move.",
"source": [
"https://www.smartcompany.com.au/startupsmart/canva-snaps-up-doohly-acquisition-30-million-outdoor-advertising/"
],
"title": "US IPO Consideration",
"type": {
"code": "ipo",
"label": "Ipo"
}
}
],
"leadership_change": [
{
"description": "Brendan Humphreys stepped down as chief technology officer of Canva after 12 years with the company, effective June 19. Simon Newton, who previously worked at Google and Uber, took over leadership of Canva's global technology organization as the company continues its expansion of AI features following the recent launch of AI 2.0.",
"source": [
"https://www.financialexpress.com/life/technology-canva-cto-brendan-humphreys-steps-down-after-12-years-take-a-look-at-recent-tech-industry-exits-4225005/"
],
"title": "CTO Leadership Transition",
"type": {
"code": "leadership_change",
"label": "Leadership Change"
}
}
],
"expansion_highlight": [
{
"description": "Andhra Pradesh statewide education deployment (June 2026) is Canva's first Indian state-wide rollout and signals aggressive geographic expansion into India's public-sector education market, with Google Workspace and Chromebook integration as the wedge.",
"type": {
"code": "new_geography",
"label": "New Geography"
}
},
{
"description": "Native integrations with Land id and Lofty (May–June 2026) target the real estate vertical, while the $30M Doohly acquisition (March 2026) opens digital out-of-home advertising — both are new verticals Canva did not serve before.",
"type": {
"code": "new_vertical",
"label": "New Vertical"
}
},
{
"description": "Canva Grow 2.0 (June 2026) extends the platform from design creation into performance marketing execution (ad creation, publishing, optimization), Canva Code adds AI-generated interactive elements, and Canva Offline (June 2026) addresses low-connectivity markets.",
"type": {
"code": "new_product_line",
"label": "New Product Line"
}
},
{
"description": "Connected Apps launched in ChatGPT, Claude, Gemini, and Copilot (May 2026), plus the Perplexity Computer connector, establish an AI-assistant channel that monetizes Canva inside third-party conversational interfaces.",
"type": {
"code": "new_channel",
"label": "New Channel"
}
},
{
"description": "Okta Cross App Access integration (June 2026) and the developer platform / MCP availability position Canva for autonomous AI-agent workflows, while the Rocket agency partner program (June 2026) builds a services channel for SMB and enterprise rollouts.",
"type": {
"code": "ecosystem_buildout",
"label": "Ecosystem Buildout"
}
},
{
"description": "Eight acquisitions over 24 months (Leonardo.Ai, Affinity, Flourish, MagicBrief, MangoAI, SimTheory, Ortto, Scene Group, Doohly) demonstrate a sustained and clearly budgeted M&A program — Canva's sixth acquisition in two years was Doohly alone.",
"type": {
"code": "m_and_a_signal",
"label": "M And A Signal"
}
},
{
"description": "Robinhood Ventures Fund I invested $25M in Canva Class A Common Stock (June 2026), and Canva is reportedly considering a US listing in late 2026, indicating both secondary-market liquidity and a public-market exit path.",
"type": {
"code": "funding_signal",
"label": "Funding Signal"
}
}
]
},
"customer_profile": {
"segment": [
{
"description": "Casual users seeking easy design tools for personal projects, social media, and basic professional needs",
"is_primary": true,
"pain_point_addressed": "Lack of design skills, need for quick professional-looking results, limited budget for design software",
"source": [
"http://canva.com/"
],
"title": "Individual Consumers",
"type": {
"code": "size_tier",
"label": "Size Tier"
},
"use_case": "Social media graphics, presentations, personal projects, documents"
},
{
"description": "Growing businesses that need professional design capabilities without dedicated design teams",
"is_primary": true,
"pain_point_addressed": "Limited design resources, need for consistent brand visuals across marketing channels, cost of agency or designer",
"source": [
"http://canva.com/"
],
"title": "Small and Medium Businesses (SMBs)",
"type": {
"code": "size_tier",
"label": "Size Tier"
},
"use_case": "Marketing content, social media management, brand consistency, team collaboration"
},
{
"description": "Large corporations requiring scalability, security, compliance, and advanced brand management",
"is_primary": true,
"pain_point_addressed": "Brand inconsistency across teams, lack of design scalability, need for content approval workflows, enterprise security requirements",
"source": [
"http://canva.com/"
],
"title": "Enterprise Organizations",
"type": {
"code": "size_tier",
"label": "Size Tier"
},
"use_case": "Enterprise-wide branding, marketing campaigns, content governance, workflow automation"
},
{
"description": "Schools and districts providing design tools to students and teachers",
"is_primary": false,
"pain_point_addressed": "Limited access to professional design tools, need for creative skill development, digital learning infrastructure",
"source": [
"https://indianstartupnews.com/news/canva-partners-with-andhra-pradesh-govt-to-provide-free-access-to-its-platform-in-government-schools-12057276"
],
"title": "K-12 Education",
"type": {
"code": "business_unit",
"label": "Business Unit"
},
"use_case": "Lesson plans, presentations, classroom materials, student projects"
},
{
"description": "Universities and colleges for academic and administrative use",
"is_primary": false,
"pain_point_addressed": "Campus-wide design consistency, accessible creative tools for all departments",
"source": [
"http://canva.com/"
],
"title": "Higher Education",
"type": {
"code": "business_unit",
"label": "Business Unit"
},
"use_case": "Academic materials, campus branding, research presentations"
},
{
"description": "Charitable organizations with limited design budgets",
"is_primary": false,
"pain_point_addressed": "Limited budget for design software, need for professional-looking fundraising and awareness materials",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"title": "Nonprofit Organizations",
"type": {
"code": "business_unit",
"label": "Business Unit"
},
"use_case": "Marketing campaigns, donor materials, awareness content"
},
{
"description": "Government agencies at local, state, and federal levels",
"is_primary": false,
"pain_point_addressed": "Budget constraints for creative software, need for accessible design tools for non-designers",
"source": [
"https://indianstartupnews.com/news/canva-partners-with-andhra-pradesh-govt-to-provide-free-access-to-its-platform-in-government-schools-12057276"
],
"title": "Government",
"type": {
"code": "business_unit",
"label": "Business Unit"
},
"use_case": "Government communications, public information campaigns, internal documents"
},
{
"description": "Real estate agents and agencies creating property marketing materials",
"is_primary": false,
"pain_point_addressed": "Need for quick, professional property listings and marketing materials",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"title": "Real Estate",
"type": {
"code": "use_case",
"label": "Use Case"
},
"use_case": "Real estate listings, property marketing, agent branding"
}
],
"icp": [
{
"buyer_persona": "Self-directed individual user with no formal purchasing committee",
"buying_structure": {
"code": "single_decision_maker",
"label": "Single Decision-Maker"
},
"description": "Self-serve individual users adopting the Free tier for personal projects, social media graphics, presentations, and small professional needs without dedicated design resources. They are attracted by the freemium model, ease of use, and AI capabilities, and serve as the top of the conversion funnel to Pro subscriptions at $15/month or $120/year.",
"evidence_proof_points": [
"265 million monthly active users",
"31 million paying subscribers"
],
"firmographic_size": {
"code": "smb",
"label": "SMB"
},
"geography": "Global, including Australia, USA, UK, India, New Zealand, South Korea, Philippines",
"industry_vertical": "Cross-vertical individual creators",
"pain_points": [
"Lack of design skills or formal training",
"Need for quick, professional-looking visual content",
"Limited budget for professional design software"
],
"primary_use_case": "Social media graphics, presentations, personal projects, documents",
"profile": "Individual Consumers / Prosumers",
"purchase_trigger": {
"code": "early_adopter_innovation",
"label": "Early-Adopter/Innovation"
},
"sales_cycle_length": {
"code": "transactional",
"label": "Transactional (<30 days)"
},
"sales_motion": {
"code": "product_led_plg",
"label": "Product-Led (PLG)"
},
"target_buyer": "Individual consumers, freelancers, creators, students"
},
{
"buyer_persona": "Marketing manager, small business owner, marketing team lead",
"buying_structure": {
"code": "team_department_led",
"label": "Team/Department-Led"
},
"description": "Growing businesses using Canva for marketing content, social media management, brand consistency, and team collaboration. They lack dedicated design teams and rely on Canva's brand management and collaboration features. They acquire Canva through self-serve sign-up with upgrade to Teams or Business per-seat subscriptions.",
"evidence_proof_points": [
"75 million customers globally",
"Teams per-seat pricing model"
],
"firmographic_size": {
"code": "smb",
"label": "SMB"
},
"geography": "Global, including US, UK, India, Australia, Europe",
"industry_vertical": "Cross-vertical SMBs",
"pain_points": [
"Limited design resources",
"Need for consistent brand visuals across marketing channels",
"Cost of agencies or dedicated designers"
],
"primary_use_case": "Marketing content, social media management, brand consistency",
"profile": "Small and Medium Businesses (SMBs)",
"purchase_trigger": {
"code": "scaling_growth",
"label": "Scaling/Growth"
},
"sales_cycle_length": {
"code": "short",
"label": "Short (1-3 months)"
},
"sales_motion": {
"code": "product_led_plg",
"label": "Product-Led (PLG)"
},
"target_buyer": "Small and medium-sized businesses needing collaborative design capabilities"
},
{
"buyer_persona": "CMO, VP of Marketing, Head of Brand, IT decision-maker, procurement officer",
"buying_structure": {
"code": "multi_stakeholder_committee",
"label": "Multi-Stakeholder Committee"
},
"description": "Large corporations requiring scalability, security, compliance, SSO, and advanced brand management. Canva serves over 95% of the Fortune 500 with B2B revenue exceeding $500 million. Sold through a dedicated Canva Enterprise sales team with Contact Sales CTA and custom negotiated contracts. Deals involve advanced security features, dedicated support, and enterprise-grade controls.",
"evidence_proof_points": [
"95%+ of Fortune 500 are customers",
"B2B revenue exceeding $500 million",
"Named customers: PayPal, Gucci, Sony Music, Danone, Amnesty International"
],
"firmographic_size": {
"code": "strategic_global_enterprise",
"label": "Strategic/Global Enterprise"
},
"geography": "Global, with particular strength in US enterprise market",
"industry_vertical": "Cross-vertical enterprise (Consumer Goods, Financial Services, Entertainment, Luxury Goods, Nonprofit)",
"pain_points": [
"Brand inconsistency across distributed teams",
"Lack of design scalability",
"Need for content approval workflows",
"Enterprise security, SSO, and compliance requirements"
],
"primary_use_case": "Enterprise-wide branding, marketing campaigns, content governance, workflow automation",
"profile": "Enterprise Organizations (Fortune 500)",
"purchase_trigger": {
"code": "competitive_strategic",
"label": "Competitive/Strategic"
},
"sales_cycle_length": {
"code": "medium",
"label": "Medium (3-6 months)"
},
"sales_motion": {
"code": "direct_sales",
"label": "Direct Sales"
},
"target_buyer": "Large enterprise organizations with centralized marketing, brand, and IT functions"
},
{
"buyer_persona": "Superintendent, school principal, district CIO, university provost, education ministry official",
"buying_structure": {
"code": "c_suite_board_level",
"label": "C-Suite/Board-Level"
},
"description": "Schools, districts, universities, and education ministries deploying Canva for Education for classroom and administrative use. Canva offers free and discounted access, with partnerships for statewide deployments such as Andhra Pradesh government schools in India. Decision cycles can involve government procurement and ministry-level approvals.",
"evidence_proof_points": [
"Andhra Pradesh statewide rollout (June 2026)",
"Canva for Education free for verified institutions",
"Canva for Campus subscription"
],
"firmographic_size": {
"code": "government_public_sector",
"label": "Government/Public Sector"
},
"geography": "Global, with strong adoption in India, Australia, US, UK",
"industry_vertical": "Education",
"pain_points": [
"Limited access to professional design tools",
"Need for creative skill development in students",
"Digital learning infrastructure constraints"
],
"primary_use_case": "Lesson plans, presentations, classroom materials, student projects, campus branding",
"profile": "Education Segment (K-12, Higher Education)",
"purchase_trigger": {
"code": "compliance_regulatory",
"label": "Compliance/Regulatory"
},
"sales_cycle_length": {
"code": "long",
"label": "Long (6-12 months)"
},
"sales_motion": {
"code": "partnership_channel",
"label": "Partnership/Channel"
},
"target_buyer": "K-12 schools, districts, higher education institutions, government education departments"
},
{
"buyer_persona": "Marketing director at nonprofit, communications lead",
"buying_structure": {
"code": "single_decision_maker",
"label": "Single Decision-Maker"
},
"description": "Verified charitable and nonprofit organizations accessing free Canva Pro features for fundraising, awareness campaigns, donor materials, and mission-driven visual content.",
"evidence_proof_points": [
"Free Canva for Nonprofits tier for verified organizations",
"Named customer: Amnesty International"
],
"firmographic_size": {
"code": "smb",
"label": "SMB"
},
"geography": "Global",
"industry_vertical": "Nonprofit and social impact",
"pain_points": [
"Limited budget for design software",
"Need for professional-looking fundraising and awareness materials"
],
"primary_use_case": "Marketing campaigns, donor materials, awareness content",
"profile": "Nonprofit Organizations",
"purchase_trigger": {
"code": "cost_sensitivity",
"label": "Cost Sensitivity"
},
"sales_cycle_length": {
"code": "transactional",
"label": "Transactional (<30 days)"
},
"sales_motion": {
"code": "self_serve",
"label": "Self-Serve"
},
"target_buyer": "Verified nonprofits and charitable organizations"
}
],
"select_customer": [
{
"industry": "Consumer Goods",
"name": "Danone",
"source": [
"https://www.canva.com/sheets/"
],
"type": {
"code": "enterprise",
"label": "Enterprise"
},
"use_case": "Visual content creation and brand management using Canva Sheets"
},
{
"industry": "Nonprofit",
"name": "Amnesty International",
"source": [
"https://www.canva.com/sheets/"
],
"type": {
"code": "nonprofit_ngo",
"label": "Nonprofit Ngo"
},
"use_case": "Design and visual communication"
},
{
"industry": "Financial Services",
"name": "PayPal",
"source": [
"https://www.canva.com/sheets/"
],
"type": {
"code": "enterprise",
"label": "Enterprise"
},
"use_case": "Visual content creation across platforms"
},
{
"industry": "Luxury Goods",
"name": "Gucci",
"source": [
"https://www.canva.com/sheets/"
],
"type": {
"code": "enterprise",
"label": "Enterprise"
},
"use_case": "Brand design and marketing content"
},
{
"industry": "Entertainment",
"name": "Sony Music",
"source": [
"https://www.canva.com/sheets/"
],
"type": {
"code": "enterprise",
"label": "Enterprise"
},
"use_case": "Visual content and marketing design"
}
]
},
"industry": {
"keyword": [
"visual design platform",
"graphic design software",
"ai creative tools",
"presentation software",
"marketing design suite"
],
"industry": [
{
"code": "HDABAAAD",
"is_primary": true,
"label": "Managed Application Platforms (App PaaS & Runtime Services)"
},
{
"code": "HDAEAHAF",
"is_primary": false,
"label": "Digital Process Automation (DPA) & Orchestration Suites"
},
{
"code": "MPACAHAL",
"is_primary": false,
"label": "Enterprise/Workplace Short-Form Video Platforms (Internal Comms & Training)"
},
{
"code": "MPAHANAE",
"is_primary": false,
"label": "Remote Workstations & Virtual Desktops for Media (GPU VDI, secure access)"
}
],
"naics": [
{
"code": "5132",
"label": "Software Publishers"
},
{
"code": "513210",
"label": "Software Publishers"
},
{
"code": "54143",
"label": "Graphic Design Services"
},
{
"code": "54151",
"label": "Computer Systems Design and Related Services"
}
],
"sic": [
{
"code": "7370",
"label": "SERVICES-COMPUTER PROGRAMMING, DATA PROCESSING, ETC."
},
{
"code": "7371",
"label": "SERVICES-COMPUTER PROGRAMMING SERVICES"
}
],
"product_category": "Visual Design Software"
},
"technology": {
"is_technology_focussed": true,
"api_detail": {
"description": "Canva offers a developer platform and API for building integrations and applications. The Canva Developers platform (canva.com/developers/) enables third-party integrations and app development. Canva also participates in the Model Context Protocol (MCP) ecosystem, with Canva supporting Enterprise-Managed Authorization (EMA) extensions for zero-touch AI agent authentication through Okta's Cross App Access framework.",
"docs_url": "https://www.canva.com/developers/",
"has_api": true,
"has_mcp": true,
"sdk_language": {
"code": "not_specified",
"label": "Not specified"
}
},
"integration": [
{
"description": "Data Connectors allow Canva Sheets to connect to Google Analytics for importing and visualizing data in spreadsheet designs.",
"source": [
"https://www.canva.com/sheets/"
],
"title": "Google Analytics",
"type": {
"code": "bi_analytics",
"label": "Bi Analytics"
}
},
{
"description": "Data Connectors allow Canva Sheets to connect to HubSpot for CRM data integration and marketing analytics visualization.",
"source": [
"https://www.canva.com/sheets/"
],
"title": "HubSpot",
"type": {
"code": "bi_analytics",
"label": "Bi Analytics"
}
},
{
"description": "Canva Sheets Data Connectors can import data directly from Statista for use in spreadsheet designs.",
"source": [
"https://www.canva.com/sheets/"
],
"title": "Statista",
"type": {
"code": "bi_analytics",
"label": "Bi Analytics"
}
},
{
"description": "Marketing app integration enabling direct publishing and commerce workflows within Canva's marketing platform.",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"title": "PayPal",
"type": {
"code": "ecommerce",
"label": "Ecommerce"
}
},
{
"description": "Direct publishing integration for sharing designs to Facebook social media platforms.",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"title": "Facebook",
"type": {
"code": "communication",
"label": "Communication"
}
},
{
"description": "Direct publishing integration for sharing designs to Pinterest.",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"title": "Pinterest",
"type": {
"code": "ecommerce",
"label": "Ecommerce"
}
},
{
"description": "Direct publishing integration for saving and exporting designs to Google Drive.",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"title": "Google Drive",
"type": {
"code": "data_warehouse",
"label": "Data Warehouse"
}
},
{
"description": "Direct publishing integration for saving and exporting designs to Dropbox.",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"title": "Dropbox",
"type": {
"code": "data_warehouse",
"label": "Data Warehouse"
}
},
{
"description": "Direct publishing integration for saving and exporting designs to Microsoft OneDrive.",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"title": "OneDrive",
"type": {
"code": "data_warehouse",
"label": "Data Warehouse"
}
},
{
"description": "Marketing app integration with HubSpot for campaign management and content publishing.",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"title": "HubSpot",
"type": {
"code": "marketing_automation",
"label": "Marketing Automation"
}
},
{
"description": "Marketing integration for TikTok advertising campaigns.",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"title": "TikTok Ads",
"type": {
"code": "marketing_automation",
"label": "Marketing Automation"
}
},
{
"description": "Marketing integration for Meta advertising platforms (Facebook and Instagram).",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"title": "Meta Ads",
"type": {
"code": "marketing_automation",
"label": "Marketing Automation"
}
},
{
"description": "Marketing integration with Mailchimp for email campaign content creation and publishing.",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"title": "Mailchimp",
"type": {
"code": "marketing_automation",
"label": "Marketing Automation"
}
},
{
"description": "Marketing integration with Klaviyo for email and SMS marketing campaigns.",
"source": [
"https://www.digitaltrends.com/computing/canva-adds-new-editing-tools-payments-and-previews-to-save-you-from-embarrassing-crops/"
],
"title": "Klaviyo",
"type": {
"code": "marketing_automation",
"label": "Marketing Automation"
}
},
{
"description": "Canva Grow 2.0 integrates with LinkedIn for ad creation, publishing, and optimization as part of performance marketing platform.",
"source": [
"https://martechseries.com/content/introducing-canva-grow-2-0-create-launch-and-optimize-ads-in-one-place/"
],
"title": "LinkedIn",
"type": {
"code": "marketing_automation",
"label": "Marketing Automation"
}
},
{
"description": "Canva Grow 2.0 integrates with TikTok for ad creation, publishing, and optimization as part of performance marketing platform.",
"source": [
"https://martechseries.com/content/introducing-canva-grow-2-0-create-launch-and-optimize-ads-in-one-place/"
],
"title": "TikTok",
"type": {
"code": "marketing_automation",
"label": "Marketing Automation"
}
},
{
"description": "Canva Grow 2.0 integrates with Meta (Facebook/Instagram) for ad creation, publishing, and optimization.",
"source": [
"https://martechseries.com/content/introducing-canva-grow-2-0-create-launch-and-optimize-ads-in-one-place/"
],
"title": "Meta",
"type": {
"code": "marketing_automation",
"label": "Marketing Automation"
}
},
{
"description": "Canva Connected App for Google Gemini integrates Canva's design capabilities (Magic Layers, Brand Kit) with Google's Nano Banana AI image model, enabling users to convert AI-generated images into fully editable design assets.",
"source": [
"https://www.cityam.com/canva-brings-on-brand-editable-design-into-google-gemini/"
],
"title": "Google Gemini",
"type": {
"code": "ai_ml",
"label": "ai_ml"
}
},
{
"description": "Canva and Anthropic launched integrated AI-powered campaign creation workflow within Claude for Small Business, allowing small businesses to generate marketing assets and campaign strategies directly from CRM data.",
"source": [
"https://news.designrush.com/canva-claude-small-business-ai-campaign-creation"
],
"title": "Anthropic Claude",
"type": {
"code": "ai_ml",
"label": "ai_ml"
}
},
{
"description": "Claude for Small Business integrates with QuickBooks, enabling Canva's AI-powered marketing asset creation alongside financial workflows.",
"source": [
"https://www.pymnts.com/artificial-intelligence-2/2026/anthropic-launches-claude-ai-agents-for-small-business-finance/"
],
"title": "QuickBooks",
"type": {
"code": "crm",
"label": "Crm"
}
},
{
"description": "Claude for Small Business integrates with PayPal for AI-powered small business workflows including marketing campaign creation.",
"source": [
"https://www.pymnts.com/artificial-intelligence-2/2026/anthropic-launches-claude-ai-agents-for-small-business-finance/"
],
"title": "PayPal",
"type": {
"code": "payment_billing",
"label": "Payment Billing"
}
},
{
"description": "Claude for Small Business integrates with HubSpot CRM for AI-powered sales and marketing campaign workflows.",
"source": [
"https://www.pymnts.com/artificial-intelligence-2/2026/anthropic-launches-claude-ai-agents-for-small-business-finance/"
],
"title": "HubSpot",
"type": {
"code": "crm",
"label": "Crm"
}
},
{
"description": "Claude for Small Business integrates with DocuSign for AI-powered contract and document workflows.",
"source": [
"https://www.pymnts.com/artificial-intelligence-2/2026/anthropic-launches-claude-ai-agents-for-small-business-finance/"
],
"title": "DocuSign",
"type": {
"code": "other",
"label": "Other"
}
},
{
"description": "Claude for Small Business integrates with Google Workspace for AI-powered productivity and creative workflows.",
"source": [
"https://www.pymnts.com/artificial-intelligence-2/2026/anthropic-launches-claude-ai-agents-for-small-business-finance/"
],
"title": "Google Workspace",
"type": {
"code": "productivity",
"label": "productivity"
}
},
{
"description": "Claude for Small Business integrates with Microsoft 365 for AI-powered productivity and creative workflows.",
"source": [
"https://www.pymnts.com/artificial-intelligence-2/2026/anthropic-launches-claude-ai-agents-for-small-business-finance/"
],
"title": "Microsoft 365",
"type": {
"code": "productivity",
"label": "productivity"
}
},
{
"description": "Canva announced integration with Perplexity Computer allowing users to access Canva's design and AI tools within Perplexity's workflow, enabling conversion of research and AI insights into visual assets. Available to Perplexity Pro, Max, Enterprise Pro, and Enterprise Max subscribers.",
"source": [
"https://t2online.in/tech/tech-news/canva-and-perplexity-team-up-to-streamline-ai-powered-content-creation/2005477"
],
"title": "Perplexity Computer",
"type": {
"code": "other",
"label": "Other"
}
},
{
"description": "Land id has integrated its mapping and property visualization tools into Canva, allowing real estate professionals to embed interactive maps, property tours, and insights into Canva designs.",
"source": [
"https://aijourn.com/land-id-announces-canva-integration-that-enables-import-of-custom-map-visualizations-into-canva-designs-2/"
],
"title": "Land id",
"type": {
"code": "other",
"label": "Other"
}
},
{
"description": "Lofty launched a native integration with Canva allowing real estate agents to pull live listing information, photos, and agent profile data directly into Canva designs, then export finished marketing materials back to Lofty for distribution.",
"source": [
"https://www.housingwire.com/articles/lofty-debuts-canva-integration-to-streamline-real-estate-listing-design/"
],
"title": "Lofty",
"type": {
"code": "other",
"label": "Other"
}
}
],
"ai_capability": [
{
"description": "Magic Write AI-powered writing assistant generates, summarizes, expands, and rewrites text content. Magic Write is available across Canva Docs, Sheets, and presentations. Canva AI 2.0 introduced Conversational Design allowing natural language-based design workflows.",
"source": [
"http://canva.com/"
],
"type": {
"code": "text",
"label": "Text"
}
},
{
"description": "AI image generation via Magic Media and Dream Lab; AI photo editing with Magic Eraser, Magic Edit, Background Remover, Magic Grab, Magic Expand; image enhancement with Image Upscaler and Auto-adjust. Powered by Canva's proprietary AI models and Google Veo 3 for Create a Video clip feature.",
"source": [
"http://canva.com/"
],
"type": {
"code": "image",
"label": "Image"
}
},
{
"description": "AI video generation via Create a Video clip powered by Google's Veo 3, producing cinematic-quality footage with synchronized audio from text prompts. Video editing with AI features including Auto-trim, Highlights, Background Remover, face animation in Image to Video tool, and Beat Sync for auto-matching soundtracks.",
"source": [
"http://canva.com/"
],
"type": {
"code": "video",
"label": "Video"
}
},
{
"description": "AI voice generation and text-to-speech voiceover features; AI music generator creating audio tracks; Enhance Voice for audio enhancement; synchronized audio in AI-generated videos via Google Veo 3.",
"source": [
"http://canva.com/"
],
"type": {
"code": "audio",
"label": "Audio"
}
},
{
"description": "Magic Layers converts flat AI-generated images into editable layers; Canva AI 2.0 introduced Object-Based Intelligence and Agentic Orchestration combining multiple modalities. Canva Connected App for Google Gemini combines Nano Banana AI image model with Canva's Magic Layers technology.",
"source": [
"http://canva.com/"
],
"type": {
"code": "multimodal",
"label": "Multimodal"
}
},
{
"description": "Magic Insights AI data analysis tool uncovers patterns, trends, and key takeaways from spreadsheet data; Magic Formulas generates formulas from plain language descriptions; Magic Charts recommends and embeds charts from data. Data Connectors link external data sources.",
"source": [
"https://www.canva.com/sheets/"
],
"type": {
"code": "structured_data",
"label": "Structured Data"
}
},
{
"description": "Canva Code (AI code generator) enables generation of code for websites and interactive elements within the design platform.",
"source": [
"http://canva.com/"
],
"type": {
"code": "code",
"label": "Code"
}
},
{
"description": "Canva's Magic Studio encompasses generative AI across text (Magic Write), image (Magic Media, Dream Lab, AI image generator), video (Create a Video clip powered by Google Veo 3), audio (AI music generator, text-to-speech voiceover), and code (Canva Code). Canva AI 2.0 introduced proprietary AI models that are 7x faster and 30x cheaper than comparable frontier alternatives. The platform also acquired Leonardo AI in 2024 for enhanced AI image generation capabilities.",
"source": [
"http://canva.com/"
],
"type": {
"code": "generative_ai",
"label": "Generative Ai"
}
},
{
"description": "Magic Write provides AI-powered writing assistance for generating, summarizing, expanding, and rewriting text. Magic Formulas allows users to describe desired spreadsheet formulas in plain language and AI generates the correct formula. Canva AI 2.0 introduced Conversational Design enabling natural language-based design workflows.",
"source": [
"http://canva.com/"
],
"type": {
"code": "natural_language_processing",
"label": "Natural Language Processing"
}
},
{
"description": "Magic Eraser removes unwanted objects from photos; Background Remover separates foreground subjects; Magic Grab detects and isolates elements for independent editing; Magic Edit allows replacing or adjusting objects via text prompts; Smart Crop and perspective correction analyze image composition; Magic Expand extends images beyond original boundaries.",
"source": [
"http://canva.com/"
],
"type": {
"code": "computer_vision",
"label": "Computer Vision"
}
},
{
"description": "Canva AI 2.0 introduced Agentic Orchestration, enabling AI agents to take multi-step actions within design workflows. Canva positioned as 'the visual layer for AI-powered marketing workflows' with autonomous capabilities in the Canva Grow performance marketing platform. Canva's Claude for Small Business integration enables AI agents to autonomously generate marketing assets.",
"source": [
"http://canva.com/"
],
"type": {
"code": "autonomous_agents",
"label": "Autonomous Agents"
}
},
{
"description": "Magic Insights AI data analysis tool uncovers patterns, trends, and key takeaways from spreadsheet data, providing AI-generated summaries and insights to inform business decisions.",
"source": [
"https://www.canva.com/sheets/"
],
"type": {
"code": "predictive_analytics",
"label": "Predictive Analytics"
}
},
{
"description": "Bulk Create feature automates production of multiple design variations from spreadsheet data; Magic Resize automatically transforms designs into different formats; Translate batch feature automates translation of multiple assets across 100+ languages; Data Connectors automate data refresh in linked designs.",
"source": [
"https://www.canva.com/sheets/"
],
"type": {
"code": "process_automation",
"label": "Process Automation"
}
},
{
"description": "Magic Charts recommends the best chart type for user's data and automatically generates the visualization. Magic Design recommends templates and design elements based on content and context.",
"source": [
"https://www.canva.com/sheets/"
],
"type": {
"code": "recommendation_engine",
"label": "Recommendation Engine"
}
}
],
"ai_maturity": {
"scale": 0
},
"app_detail": {
"has_app": true,
"app_url": [
{
"platform": "playstore",
"url": "https://canva.me/download-android/"
},
{
"platform": "appstore",
"url": "https://canva.me/download-ios/"
}
]
},
"feature": [
{
"description": "Conversational AI design platform with Conversational Design, Agentic Orchestration, Object-Based Intelligence, and Living Memory features. Powers the platform's AI capabilities with proprietary models up to 7x faster and 30x cheaper than comparable frontier alternatives.",
"differentiator": {
"code": "novel_method_architecture",
"label": "Novel Method Architecture"
},
"source": [
"http://canva.com/"
],
"title": "Canva AI 2.0"
},
{
"description": "Suite of AI-powered design tools including Magic Eraser, Magic Write, Magic Layers, Magic Resize, Magic Animate, Magic Charts, Magic Formulas, Magic Insights, Magic Design, Magic Grab, Magic Expand, Magic Edit, and Magic Switch.",
"differentiator": {
"code": "ease_of_use_implementation",
"label": "Ease Of Use Implementation"
},
"source": [
"http://canva.com/"
],
"title": "Magic Studio"
},
{
"description": "Integrated platform combining Docs, Sheets, Presentations, Whiteboards, Video Editor, and design tools in one workspace with seamless content flow between formats.",
"differentiator": {
"code": "integration_interoperability",
"label": "Integration Interoperability"
},
"source": [
"http://canva.com/"
],
"title": "Visual Suite"
},
{
"description": "Centralized brand management tool for storing logos, brand colors, and fonts to maintain consistent branding across all designs.",
"differentiator": {
"code": "customizability_configurability",
"label": "Customizability Configurability"
},
"source": [
"http://canva.com/"
],
"title": "Brand Kit"
},
{
"description": "Professional photo editing, vector design, and page layout tools acquired from Serif in 2024. Made permanently free after acquisition, unifying three separate apps into one application.",
"differentiator": {
"code": "ease_of_use_implementation",
"label": "Ease Of Use Implementation"
},
"source": [
"https://www.makeuseof.com/this-photoshop-rival-now-free-i-like-it-better-than-photoshop/"
],
"title": "Affinity Suite"
},
{
"description": "Visual-first spreadsheet software with AI-powered data visualization, Magic Insights for pattern detection, Magic Charts for automated chart creation, and Magic Formulas for natural language formula generation.",
"differentiator": {
"code": "domain_specialization",
"label": "Domain Specialization"
},
"source": [
"https://www.canva.com/sheets/"
],
"title": "Canva Sheets"
},
{
"description": "Enables mass personalization and localization of designs from spreadsheet data, transforming cells into multiple on-brand designs simultaneously.",
"differentiator": {
"code": "scale_reliability",
"label": "Scale Reliability"
},
"source": [
"https://www.canva.com/social-media/"
],
"title": "Bulk Create"
},
{
"description": "Technology enabling conversion of flat AI-generated images into editable layers, connecting with Brand Kits for brand consistency.",
"differentiator": {
"code": "ease_of_use_implementation",
"label": "Ease Of Use Implementation"
},
"source": [
"http://canva.com/"
],
"title": "Magic Layers"
}
],
"core_technology": "Cloud-based visual design platform with AI-powered creation tools, supporting web, mobile, and desktop access with real-time collaboration."
},
"funding_detail": {
"funding_overview": {
"funding_stage": {
"code": "private_equity",
"label": "Private Equity"
},
"last_funding_date": {
"day": 24,
"month": 6,
"year": 2026
},
"total_funding": 2533450682
},
"funding_rounds": [
{
"amount_usd": 25000000,
"date": {
"day": 24,
"month": 6,
"year": 2026
},
"id": 15535407,
"investors": [
{
"lead_investor": true,
"name": "Robinhood Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "003t2hb"
}
],
"round": {
"code": "Private equity round",
"label": "Private equity round"
},
"total_investors": 1
},
{
"date": {
"day": 20,
"month": 8,
"year": 2025
},
"id": 5660,
"investors": [
{
"lead_investor": false,
"name": "Dominari Securities",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0005rgw"
},
{
"lead_investor": true,
"name": "Fidelity",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00002k3"
},
{
"lead_investor": false,
"name": "J.P. Morgan Asset Management",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000bcq"
}
],
"round": {
"code": "Secondary Market",
"label": "Secondary Market"
},
"total_investors": 3
},
{
"amount_usd": 85000000,
"date": {
"day": 16,
"month": 10,
"year": 2019
},
"id": 255820,
"investors": [
{
"lead_investor": false,
"name": "Bessemer Venture Partners",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000003h"
},
{
"lead_investor": false,
"name": "Blackbird Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000007c"
},
{
"lead_investor": true,
"name": "Bond",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000003z"
},
{
"lead_investor": false,
"name": "Felicis",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00002ta"
},
{
"lead_investor": false,
"name": "General Catalyst",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000000r"
},
{
"lead_investor": false,
"name": "HSG",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000093"
}
],
"pre_money_valuation": 3115000000,
"round": {
"code": "Series E",
"label": "Series E"
},
"total_investors": 6
},
{
"amount_usd": 60000000,
"date": {
"day": 22,
"month": 6,
"year": 2020
},
"id": 248709,
"investors": [
{
"lead_investor": false,
"name": "Bessemer Venture Partners",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000003h"
},
{
"lead_investor": true,
"name": "Blackbird Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000007c"
},
{
"lead_investor": false,
"name": "Bond",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000003z"
},
{
"lead_investor": false,
"name": "Felicis",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00002ta"
},
{
"lead_investor": false,
"name": "General Catalyst",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000000r"
},
{
"lead_investor": true,
"name": "HSG",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000093"
}
],
"pre_money_valuation": 5940000000,
"round": {
"code": "Series Unknown",
"label": "Series Unknown"
},
"total_investors": 6
},
{
"amount_usd": 200000000,
"date": {
"day": 14,
"month": 9,
"year": 2021
},
"id": 242593,
"investors": [
{
"lead_investor": false,
"name": "Airtree Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00002gz"
},
{
"lead_investor": false,
"name": "Bessemer Venture Partners",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000003h"
},
{
"lead_investor": false,
"name": "Blackbird Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000007c"
},
{
"lead_investor": false,
"name": "Dragoneer Investment Group",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00009mu"
},
{
"lead_investor": false,
"name": "Felicis",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00002ta"
},
{
"lead_investor": false,
"name": "Franklin Templeton",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000000m"
},
{
"lead_investor": false,
"name": "Greenoaks",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000hm7"
},
{
"lead_investor": false,
"name": "K5 Global",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00000jb"
},
{
"lead_investor": false,
"name": "Sequoia Capital Global Equities",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0007uwd"
},
{
"lead_investor": true,
"name": "T. Rowe Price",
"type": {
"code": "public",
"label": "Public"
},
"uuid": "00006tx"
}
],
"news": [
{
"publisher": "dlvr",
"title": "Canva raised $200 million in a funding round led by T. Rowe Price, valuing the company at $40 billion. The company plans to use the funds to expand its team, develop new products, and grow its global user base, which exceeds 60 million monthly active users.",
"url": "http://dlvr.it/S7Z6bh"
},
{
"publisher": "ift",
"title": "A startup named Canva, based in Australia, raised $200 million in funding. The funding valued the company at $40 billion.",
"url": "https://ift.tt/3nxTFhz"
},
{
"publisher": "rb",
"title": "Онлайн-фоторедактор Canva привлёк 200 млн долларов инвестиций при оценке в 40 млрд долларов. Инвестиции направят на расширение штата, разработку редактора сайтов и создание видеоредактора, а также укрепят её позиции как одной из самых ценных частных IT-компаний.",
"url": "https://rb.ru/news/canva-raises-200-mln/"
},
{
"publisher": "webrazzi",
"title": "Online design platform Canva received a $200 million investment led by T. Rowe Price, which valued the company at $40 billion. The funding increased Canva's valuation twofold over five months and highlighted its rapid growth and diverse client base.",
"url": "https://webrazzi.com/2021/09/15/200-milyon-dolar-yatirim-alan-canvanin-degerlemesi-40-milyar-dolara-ulasti"
}
],
"pre_money_valuation": 39800000000,
"round": {
"code": "Series F",
"label": "Series F"
},
"total_investors": 11
},
{
"amount_usd": 40000000,
"date": {
"day": 9,
"month": 1,
"year": 2018
},
"id": 278115,
"investors": [
{
"lead_investor": false,
"name": "Blackbird Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000007c"
},
{
"lead_investor": false,
"name": "Felicis",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00002ta"
},
{
"lead_investor": false,
"name": "Five V Capital",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000blt"
},
{
"lead_investor": true,
"name": "HSG",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000093"
},
{
"lead_investor": false,
"name": "Saniel Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000ag7j"
},
{
"lead_investor": false,
"name": "YXS Capital",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00q5cy2"
}
],
"pre_money_valuation": 960000000,
"round": {
"code": "Series C",
"label": "Series C"
},
"total_investors": 6
},
{
"amount_usd": 15000000,
"date": {
"day": 14,
"month": 9,
"year": 2016
},
"id": 117585,
"investors": [
{
"lead_investor": true,
"name": "Blackbird Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000007c"
},
{
"lead_investor": false,
"name": "Felicis",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00002ta"
}
],
"pre_money_valuation": 330000000,
"round": {
"code": "Series B",
"label": "Series B"
},
"total_investors": 3
},
{
"amount_usd": 70000000,
"date": {
"day": 20,
"month": 5,
"year": 2019
},
"id": 243014,
"investors": [
{
"lead_investor": false,
"name": "Blackbird Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000007c"
},
{
"lead_investor": true,
"name": "Bond",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000003z"
},
{
"lead_investor": true,
"name": "Felicis",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00002ta"
},
{
"lead_investor": true,
"name": "General Catalyst",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000000r"
}
],
"pre_money_valuation": 2430000000,
"round": {
"code": "Series D",
"label": "Series D"
},
"total_investors": 4
},
{
"amount_usd": 15000000,
"date": {
"day": 6,
"month": 10,
"year": 2015
},
"id": 256323,
"investors": [
{
"lead_investor": false,
"name": "Blackbird Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000007c"
},
{
"lead_investor": true,
"name": "Felicis",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00002ta"
},
{
"lead_investor": false,
"name": "Matrix",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00004t9"
},
{
"lead_investor": false,
"name": "Vayner/RSE",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00095id"
}
],
"pre_money_valuation": 150000000,
"round": {
"code": "Series A",
"label": "Series A"
},
"total_investors": 7
},
{
"amount_usd": 71000000,
"date": {
"day": 6,
"month": 4,
"year": 2021
},
"id": 302586,
"investors": [
{
"lead_investor": false,
"name": "Blackbird Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000007c"
},
{
"lead_investor": true,
"name": "Dragoneer Investment Group",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00009mu"
},
{
"lead_investor": false,
"name": "Skip Capital",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0003abe"
},
{
"lead_investor": true,
"name": "T. Rowe Price",
"type": {
"code": "public",
"label": "Public"
},
"uuid": "00006tx"
}
],
"pre_money_valuation": 14929000000,
"round": {
"code": "Series Unknown",
"label": "Series Unknown"
},
"total_investors": 4
},
{
"amount_usd": 1599389204,
"date": {
"day": 18,
"month": 1,
"year": 2024
},
"id": 655825,
"investors": [
{
"lead_investor": false,
"name": "Arrowshare Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000qyd"
},
{
"lead_investor": false,
"name": "Irving Investors",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000myl"
}
],
"round": {
"code": "Secondary Market",
"label": "Secondary Market"
},
"total_investors": 2
},
{
"amount_usd": 6000000,
"date": {
"day": 3,
"month": 4,
"year": 2015
},
"id": 280798,
"investors": [
{
"lead_investor": false,
"name": "Airtree Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00002gz"
},
{
"lead_investor": false,
"name": "Blackbird Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000007c"
},
{
"lead_investor": false,
"name": "Global Founders Capital",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000jdb"
},
{
"lead_investor": true,
"name": "Matrix",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00004t9"
},
{
"lead_investor": false,
"name": "Shasta Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00008up"
}
],
"round": {
"code": "Series A",
"label": "Series A"
},
"total_investors": 5
},
{
"date": {
"day": 8,
"month": 8,
"year": 2023
},
"id": 248031,
"investors": [
{
"lead_investor": false,
"name": "Athletic Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0007nnf"
},
{
"lead_investor": true,
"name": "Coatue",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00000fs"
},
{
"lead_investor": true,
"name": "ICONIQ Growth",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00002oq"
}
],
"round": {
"code": "Secondary Market",
"label": "Secondary Market"
},
"total_investors": 3
},
{
"amount_usd": 328506478,
"date": {
"day": 2,
"month": 5,
"year": 2024
},
"id": 273430,
"investors": [
{
"lead_investor": false,
"name": "Premji Invest",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00021co"
},
{
"lead_investor": true,
"name": "Quadrant Private Equity",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000qao"
}
],
"round": {
"code": "Secondary Market",
"label": "Secondary Market"
},
"total_investors": 2
},
{
"amount_usd": 250000,
"date": {
"day": 20,
"month": 6,
"year": 2014
},
"id": 593614,
"round": {
"code": "Debt-Funded",
"label": "Debt-Funded"
}
},
{
"amount_usd": 8000000,
"date": {
"day": 1,
"month": 5,
"year": 2024
},
"id": 271642,
"investors": [
{
"lead_investor": true,
"name": "Stack Capital",
"type": {
"code": "public",
"label": "Public"
},
"uuid": "0000puh"
}
],
"news": [
{
"publisher": "stackcapitalgroup",
"title": "Stack Capital invested 8 million USD into Canva, a global online visual communication platform, which reported having over 170 million monthly active users across 190 countries and annualized revenues exceeding 2 billion USD.",
"url": "https://www.stackcapitalgroup.com/stack-capital-invests-8-million-usd-into-canva"
},
{
"publisher": "globenewswire",
"title": "Stack Capital invested $8 million USD into Canva, a global online visual communication platform, as part of its private investment activities. Canva has over 170 million monthly active users globally, with revenues exceeding $2 billion annually, and counts major brands among its enterprise clients.",
"url": "https://www.globenewswire.com/news-release/2024/05/01/2873118/0/en/stack-capital-invests-8-million-usd-into-canva.html"
}
],
"round": {
"code": "Private equity round",
"label": "Private equity round"
},
"total_investors": 1
},
{
"date": {
"day": 11,
"month": 6,
"year": 2013
},
"id": 314523,
"round": {
"code": "Convertible note",
"label": "Convertible note"
},
"total_investors": 1
},
{
"amount_usd": 6600000,
"date": {
"day": 19,
"month": 3,
"year": 2013
},
"id": 222232,
"investors": [
{
"lead_investor": false,
"name": "500 Global",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000000o"
},
{
"lead_investor": false,
"name": "Blackbird Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000007c"
},
{
"lead_investor": false,
"name": "Elevation Capital",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000pwrr"
},
{
"lead_investor": false,
"name": "Founders Fund",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00000g6"
},
{
"lead_investor": false,
"name": "InterWest Partners",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "003vmhk"
},
{
"lead_investor": false,
"name": "Investible",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00006yj"
},
{
"lead_investor": false,
"name": "Matrix",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00004t9"
},
{
"lead_investor": false,
"name": "Shasta Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00008up"
},
{
"lead_investor": false,
"name": "Square Peg Capital",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000z9q"
}
],
"round": {
"code": "Seed",
"label": "Seed"
},
"total_investors": 16
},
{
"date": {
"day": 31,
"month": 10,
"year": 2024
},
"id": 228892,
"round": {
"code": "Secondary Market",
"label": "Secondary Market"
}
},
{
"date": {
"day": 15,
"month": 2,
"year": 2024
},
"id": 303503,
"investors": [
{
"lead_investor": false,
"name": "Ventioneers",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0004ho3"
}
],
"round": {
"code": "Series Unknown",
"label": "Series Unknown"
},
"total_investors": 1
},
{
"amount_usd": 3600000,
"date": {
"day": 22,
"month": 7,
"year": 2014
},
"id": 266244,
"investors": [
{
"lead_investor": false,
"name": "Blackbird Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000007c"
},
{
"lead_investor": false,
"name": "Founders Fund",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00000g6"
},
{
"lead_investor": false,
"name": "Matrix",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00004t9"
},
{
"lead_investor": false,
"name": "Shasta Ventures",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00008up"
},
{
"lead_investor": false,
"name": "Square Peg Capital",
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000z9q"
}
],
"round": {
"code": "Seed",
"label": "Seed"
},
"total_investors": 5
},
{
"amount_usd": 105000,
"date": {
"day": 8,
"month": 3,
"year": 2013
},
"id": 318490,
"round": {
"code": "Debt-Funded",
"label": "Debt-Funded"
},
"total_investors": 1
}
],
"investors": [
{
"date_of_entry": {
"day": 24,
"month": 6,
"year": 2026
},
"name": "Robinhood Ventures",
"rounds_participated": [
{
"code": "Private equity round",
"label": "Private equity round"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "003t2hb"
},
{
"date_of_entry": {
"day": 20,
"month": 8,
"year": 2025
},
"name": "Dominari Securities",
"rounds_participated": [
{
"code": "Secondary Market",
"label": "Secondary Market"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0005rgw",
"website": "http://www.dominarisecurities.com"
},
{
"date_of_entry": {
"day": 20,
"month": 8,
"year": 2025
},
"name": "Fidelity",
"rounds_participated": [
{
"code": "Secondary Market",
"label": "Secondary Market"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00002k3",
"website": "https://www.fidelity.com"
},
{
"date_of_entry": {
"day": 20,
"month": 8,
"year": 2025
},
"name": "J.P. Morgan Asset Management",
"rounds_participated": [
{
"code": "Secondary Market",
"label": "Secondary Market"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000bcq",
"website": "https://am.jpmorgan.com"
},
{
"date_of_entry": {
"day": 16,
"month": 10,
"year": 2019
},
"name": "Bessemer Venture Partners",
"rounds_participated": [
{
"code": "Series E",
"label": "Series E"
},
{
"code": "Series Unknown",
"label": "Series Unknown"
},
{
"code": "Series F",
"label": "Series F"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000003h",
"website": "http://www.bvp.com"
},
{
"date_of_entry": {
"day": 19,
"month": 3,
"year": 2013
},
"name": "Blackbird Ventures",
"rounds_participated": [
{
"code": "Series E",
"label": "Series E"
},
{
"code": "Series Unknown",
"label": "Series Unknown"
},
{
"code": "Series F",
"label": "Series F"
},
{
"code": "Series C",
"label": "Series C"
},
{
"code": "Series B",
"label": "Series B"
},
{
"code": "Series D",
"label": "Series D"
},
{
"code": "Series A",
"label": "Series A"
},
{
"code": "Seed",
"label": "Seed"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000007c",
"website": "http://www.blackbird.vc"
},
{
"date_of_entry": {
"day": 20,
"month": 5,
"year": 2019
},
"name": "Bond",
"rounds_participated": [
{
"code": "Series E",
"label": "Series E"
},
{
"code": "Series Unknown",
"label": "Series Unknown"
},
{
"code": "Series D",
"label": "Series D"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000003z",
"website": "https://www.bondcap.com"
},
{
"date_of_entry": {
"day": 6,
"month": 10,
"year": 2015
},
"name": "Felicis",
"rounds_participated": [
{
"code": "Series E",
"label": "Series E"
},
{
"code": "Series Unknown",
"label": "Series Unknown"
},
{
"code": "Series F",
"label": "Series F"
},
{
"code": "Series C",
"label": "Series C"
},
{
"code": "Series B",
"label": "Series B"
},
{
"code": "Series D",
"label": "Series D"
},
{
"code": "Series A",
"label": "Series A"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00002ta",
"website": "http://www.felicis.com"
},
{
"date_of_entry": {
"day": 20,
"month": 5,
"year": 2019
},
"name": "General Catalyst",
"rounds_participated": [
{
"code": "Series E",
"label": "Series E"
},
{
"code": "Series Unknown",
"label": "Series Unknown"
},
{
"code": "Series D",
"label": "Series D"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000000r",
"website": "http://www.generalcatalyst.com"
},
{
"date_of_entry": {
"day": 9,
"month": 1,
"year": 2018
},
"name": "HSG",
"rounds_participated": [
{
"code": "Series E",
"label": "Series E"
},
{
"code": "Series Unknown",
"label": "Series Unknown"
},
{
"code": "Series C",
"label": "Series C"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000093",
"website": "https://www.hsgcap.com"
},
{
"date_of_entry": {
"day": 3,
"month": 4,
"year": 2015
},
"name": "Airtree Ventures",
"rounds_participated": [
{
"code": "Series F",
"label": "Series F"
},
{
"code": "Series A",
"label": "Series A"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00002gz",
"website": "http://www.airtree.vc"
},
{
"date_of_entry": {
"day": 6,
"month": 4,
"year": 2021
},
"name": "Dragoneer Investment Group",
"rounds_participated": [
{
"code": "Series F",
"label": "Series F"
},
{
"code": "Series Unknown",
"label": "Series Unknown"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00009mu",
"website": "https://www.dragoneer.com"
},
{
"date_of_entry": {
"day": 14,
"month": 9,
"year": 2021
},
"name": "Franklin Templeton",
"rounds_participated": [
{
"code": "Series F",
"label": "Series F"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000000m",
"website": "http://www.franklintempleton.com"
},
{
"date_of_entry": {
"day": 14,
"month": 9,
"year": 2021
},
"name": "Greenoaks",
"rounds_participated": [
{
"code": "Series F",
"label": "Series F"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000hm7",
"website": "https://www.greenoaks.com"
},
{
"date_of_entry": {
"day": 14,
"month": 9,
"year": 2021
},
"name": "K5 Global",
"rounds_participated": [
{
"code": "Series F",
"label": "Series F"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00000jb",
"website": "http://www.k5global.com/"
},
{
"date_of_entry": {
"day": 14,
"month": 9,
"year": 2021
},
"name": "Sequoia Capital Global Equities",
"rounds_participated": [
{
"code": "Series F",
"label": "Series F"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0007uwd",
"website": "https://www.sequoiacap.com/scge"
},
{
"date_of_entry": {
"day": 6,
"month": 4,
"year": 2021
},
"name": "T. Rowe Price",
"rounds_participated": [
{
"code": "Series F",
"label": "Series F"
},
{
"code": "Series Unknown",
"label": "Series Unknown"
}
],
"type": {
"code": "public",
"label": "Public"
},
"uuid": "00006tx",
"website": "http://www.troweprice.com"
},
{
"date_of_entry": {
"day": 9,
"month": 1,
"year": 2018
},
"name": "Five V Capital",
"rounds_participated": [
{
"code": "Series C",
"label": "Series C"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000blt",
"website": "http://www.fivevcapital.com"
},
{
"date_of_entry": {
"day": 9,
"month": 1,
"year": 2018
},
"name": "Saniel Ventures",
"rounds_participated": [
{
"code": "Series C",
"label": "Series C"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000ag7j",
"website": "https://saniel.vc"
},
{
"date_of_entry": {
"day": 9,
"month": 1,
"year": 2018
},
"name": "YXS Capital",
"rounds_participated": [
{
"code": "Series C",
"label": "Series C"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00q5cy2",
"website": "https://www.yxscapital.com/"
},
{
"date_of_entry": {
"day": 19,
"month": 3,
"year": 2013
},
"name": "Matrix",
"rounds_participated": [
{
"code": "Series A",
"label": "Series A"
},
{
"code": "Seed",
"label": "Seed"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00004t9",
"website": "https://www.matrix.vc"
},
{
"date_of_entry": {
"day": 6,
"month": 10,
"year": 2015
},
"name": "Vayner/RSE",
"rounds_participated": [
{
"code": "Series A",
"label": "Series A"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00095id",
"website": "http://vaynerrse.com/"
},
{
"date_of_entry": {
"day": 6,
"month": 4,
"year": 2021
},
"name": "Skip Capital",
"rounds_participated": [
{
"code": "Series Unknown",
"label": "Series Unknown"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0003abe",
"website": "https://www.skipcapital.com"
},
{
"date_of_entry": {
"day": 18,
"month": 1,
"year": 2024
},
"name": "Arrowshare Ventures",
"rounds_participated": [
{
"code": "Secondary Market",
"label": "Secondary Market"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000qyd",
"website": "https://ars.ventures/"
},
{
"date_of_entry": {
"day": 18,
"month": 1,
"year": 2024
},
"name": "Irving Investors",
"rounds_participated": [
{
"code": "Secondary Market",
"label": "Secondary Market"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000myl",
"website": "http://irvinginvestors.com/"
},
{
"date_of_entry": {
"day": 3,
"month": 4,
"year": 2015
},
"name": "Global Founders Capital",
"rounds_participated": [
{
"code": "Series A",
"label": "Series A"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000jdb",
"website": "https://www.globalfounderscapital.com"
},
{
"date_of_entry": {
"day": 19,
"month": 3,
"year": 2013
},
"name": "Shasta Ventures",
"rounds_participated": [
{
"code": "Series A",
"label": "Series A"
},
{
"code": "Seed",
"label": "Seed"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00008up",
"website": "https://www.shasta.vc"
},
{
"date_of_entry": {
"day": 8,
"month": 8,
"year": 2023
},
"name": "Athletic Ventures",
"rounds_participated": [
{
"code": "Secondary Market",
"label": "Secondary Market"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0007nnf",
"website": "https://www.athletic.vc"
},
{
"date_of_entry": {
"day": 8,
"month": 8,
"year": 2023
},
"name": "Coatue",
"rounds_participated": [
{
"code": "Secondary Market",
"label": "Secondary Market"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00000fs",
"website": "http://coatue.com"
},
{
"date_of_entry": {
"day": 8,
"month": 8,
"year": 2023
},
"name": "ICONIQ Growth",
"rounds_participated": [
{
"code": "Secondary Market",
"label": "Secondary Market"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00002oq",
"website": "http://www.ICONIQGrowth.com"
},
{
"date_of_entry": {
"day": 2,
"month": 5,
"year": 2024
},
"name": "Premji Invest",
"rounds_participated": [
{
"code": "Secondary Market",
"label": "Secondary Market"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00021co",
"website": "https://www.premjiinvest.com"
},
{
"date_of_entry": {
"day": 2,
"month": 5,
"year": 2024
},
"name": "Quadrant Private Equity",
"rounds_participated": [
{
"code": "Secondary Market",
"label": "Secondary Market"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000qao",
"website": "http://quadrantpe.com.au/"
},
{
"date_of_entry": {
"day": 1,
"month": 5,
"year": 2024
},
"name": "Stack Capital",
"rounds_participated": [
{
"code": "Private equity round",
"label": "Private equity round"
}
],
"type": {
"code": "public",
"label": "Public"
},
"uuid": "0000puh",
"website": "https://www.stackcapitalgroup.com"
},
{
"date_of_entry": {
"day": 19,
"month": 3,
"year": 2013
},
"name": "500 Global",
"rounds_participated": [
{
"code": "Seed",
"label": "Seed"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000000o",
"website": "http://500.co"
},
{
"date_of_entry": {
"day": 19,
"month": 3,
"year": 2013
},
"name": "Elevation Capital",
"rounds_participated": [
{
"code": "Seed",
"label": "Seed"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "000pwrr",
"website": "http://www.elecap.com.au/"
},
{
"date_of_entry": {
"day": 19,
"month": 3,
"year": 2013
},
"name": "Founders Fund",
"rounds_participated": [
{
"code": "Seed",
"label": "Seed"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00000g6",
"website": "http://www.foundersfund.com"
},
{
"date_of_entry": {
"day": 19,
"month": 3,
"year": 2013
},
"name": "InterWest Partners",
"rounds_participated": [
{
"code": "Seed",
"label": "Seed"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "003vmhk",
"website": "http://www.interwest.com"
},
{
"date_of_entry": {
"day": 19,
"month": 3,
"year": 2013
},
"name": "Investible",
"rounds_participated": [
{
"code": "Seed",
"label": "Seed"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "00006yj",
"website": "http://www.investible.com/"
},
{
"date_of_entry": {
"day": 19,
"month": 3,
"year": 2013
},
"name": "Square Peg Capital",
"rounds_participated": [
{
"code": "Seed",
"label": "Seed"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0000z9q",
"website": "http://www.squarepegcap.com"
},
{
"date_of_entry": {
"day": 15,
"month": 2,
"year": 2024
},
"name": "Ventioneers",
"rounds_participated": [
{
"code": "Series Unknown",
"label": "Series Unknown"
}
],
"type": {
"code": "private",
"label": "Private"
},
"uuid": "0004ho3",
"website": "https://www.ventioneers.com"
}
]
},
"mna_and_investment": {
"mna": [
{
"acquiree": {
"name": "Affinity",
"uuid": "000g1en",
"website": "https://affinity.serif.com"
},
"acquisition_type": {
"code": "acquisition",
"label": "acquisition"
},
"announced_date": {
"day": 26,
"month": 3,
"year": 2024
},
"id": 41747,
"status": "complete"
},
{
"acquiree": {
"name": "Ortto",
"uuid": "0000uvx",
"website": "https://ortto.com/"
},
"acquisition_type": {
"code": "acquisition",
"label": "acquisition"
},
"announced_date": {
"day": 8,
"month": 4,
"year": 2026
},
"id": 2561504,
"status": "pending"
},
{
"acquiree": {
"name": "Doohly",
"uuid": "0003mhx",
"website": "https://dooh.ly"
},
"acquisition_type": {
"code": "acquisition",
"label": "acquisition"
},
"amount_usd": 30000000,
"announced_date": {
"day": 25,
"month": 3,
"year": 2026
},
"id": 2597254,
"news": [
{
"publisher": "smartcompany",
"title": "Canva has acquired Melbourne-based adtech startup Doohly for $30 million to expand into digital outdoor advertising. The deal allows Canva to manage branding and advertising across multiple regions including the UK, Australia, and New Zealand.",
"url": "https://www.smartcompany.com.au/startupsmart/canva-snaps-up-doohly-acquisition-30-million-outdoor-advertising/"
}
],
"status": "pending"
},
{
"acquiree": {
"name": "Flourish",
"uuid": "00031n6",
"website": "https://flourish.studio"
},
"acquisition_type": {
"code": "acquisition",
"label": "acquisition"
},
"announced_date": {
"day": 2,
"month": 2,
"year": 2022
},
"id": 39518,
"news": [
{
"publisher": "uktech",
"title": "Australian graphic designing platform Canva has acquired UK-based data visualisation platform Flourish for an undisclosed sum. Canva is expanding its operations into Europe, with Flourish's tools integrated into its suite of visual communication products.",
"url": "https://www.uktech.news/news/canva-flourish-acquisition-20220202"
},
{
"publisher": "marketingmag",
"title": "Canva has acquired Flourish, enhancing its data visualization capabilities.",
"url": "https://www.marketingmag.com.au/news-c/canva-makes-data-beautiful-with-acquisition-of-flourish/"
},
{
"publisher": "flourish",
"title": "The data visualization company Flourish has joined the Canva family through an acquisition announced in February 2022. The merger aims to enhance data storytelling and visualization capabilities and integrate Flourish graphics into Canva’s platform, providing new features for users.",
"url": "https://flourish.studio/blog/flourish-canva/"
}
],
"status": "complete"
},
{
"acquiree": {
"name": "Kaleido",
"uuid": "00088r8",
"website": "https://www.kaleido.ai/"
},
"acquisition_type": {
"code": "acquisition",
"label": "acquisition"
},
"announced_date": {
"day": 23,
"month": 2,
"year": 2021
},
"id": 93412,
"status": "complete"
},
{
"acquiree": {
"name": "Leonardo.Ai",
"uuid": "0000bqx",
"website": "https://leonardo.ai"
},
"acquisition_type": {
"code": "acquisition",
"label": "acquisition"
},
"announced_date": {
"day": 29,
"month": 7,
"year": 2024
},
"id": 38897,
"status": "complete"
},
{
"acquiree": {
"name": "MagicBrief",
"uuid": "0000mqo",
"website": "https://magicbrief.com/"
},
"acquisition_type": {
"code": "acquisition",
"label": "acquisition"
},
"announced_date": {
"day": 17,
"month": 6,
"year": 2025
},
"id": 6349,
"status": "complete"
},
{
"acquiree": {
"name": "MangoAI",
"uuid": "00q3fhd",
"website": "https://mangoai.dev"
},
"acquisition_type": {
"code": "acquisition",
"label": "acquisition"
},
"announced_date": {
"day": 23,
"month": 2,
"year": 2026
},
"id": 2653712,
"status": "pending"
},
{
"acquiree": {
"name": "Pixabay",
"uuid": "0009bv9",
"website": "https://pixabay.com"
},
"acquisition_type": {
"code": "acquisition",
"label": "acquisition"
},
"announced_date": {
"day": 17,
"month": 5,
"year": 2019
},
"id": 58355,
"status": "complete"
},
{
"acquiree": {
"name": "Scene Group",
"uuid": "0003sk1",
"website": "https://cavalry.scenegroup.co/"
},
"acquisition_type": {
"code": "acquisition",
"label": "acquisition"
},
"announced_date": {
"day": 23,
"month": 2,
"year": 2026
},
"id": 2700729,
"status": "pending"
},
{
"acquiree": {
"name": "Simtheory",
"uuid": "0002wxa",
"website": "https://simtheory.ai"
},
"acquisition_type": {
"code": "acquisition",
"label": "acquisition"
},
"announced_date": {
"day": 8,
"month": 4,
"year": 2026
},
"id": 2706186,
"status": "pending"
},
{
"acquiree": {
"name": "Smartmockups",
"uuid": "00071qf",
"website": "https://smartmockups.com/"
},
"acquisition_type": {
"code": "acquisition",
"label": "acquisition"
},
"announced_date": {
"day": 22,
"month": 2,
"year": 2021
},
"id": 149914,
"status": "complete"
},
{
"acquiree": {
"name": "Zeetings",
"uuid": "0009972",
"website": "http://www.zeetings.com/"
},
"acquisition_type": {
"code": "acquisition",
"label": "acquisition"
},
"announced_date": {
"day": 24,
"month": 4,
"year": 2018
},
"id": 62899,
"status": "complete"
},
{
"acquiree": {
"name": "Pexels",
"uuid": "0007ls3",
"website": "https://www.pexels.com/"
},
"acquisition_type": {
"code": "acquisition",
"label": "acquisition"
},
"announced_date": {
"day": 17,
"month": 5,
"year": 2019
},
"id": 147978,
"status": "complete"
}
],
"investment": [
{
"announced_date": {
"day": 1,
"month": 12,
"year": 2025
},
"funding_round_id": 745415,
"id": 2082429,
"investee": {
"name": "Black Forest Labs",
"uuid": "00000hy",
"website": "https://blackforestlabs.ai"
},
"lead_investor": false,
"news": [
{
"publisher": "bfl",
"title": "Black Forest Labs announced a $300 million Series B funding round at a $3.25 billion valuation, to advance their development of visual intelligence models. The funding will support their research and partnership expansion, with core team members experienced in diffusion and image generation technologies.",
"url": "https://bfl.ai/blog/our-300m-series-b"
},
{
"publisher": "tech",
"title": "Black Forest Labs announced a $300 million Series B funding round at a $3.25 billion valuation. The funding will support further research and development of visual AI models and expand its technological collaborations and offerings.",
"url": "https://tech.eu/2025/12/01/black-forest-labs-secures-300m-series-b-at-325b-valuation/"
},
{
"publisher": "frenchweb",
"title": "Black Forest Labs, a European company, announced a $300 million Series B funding round, valuing it at $3.25 billion, with the goal of developing an image generation infrastructure rivaling American models. The funding involved international investors, including American, Asian, and German firms. The startup aims to become a leading European AI visual industry player by establishing critical infrastructure and standards.",
"url": "https://www.frenchweb.fr/leurope-peut-elle-creer-son-champion-de-lia-visuelle-leffet-black-forest-labs/458922"
},
{
"publisher": "webrazzi",
"title": "Black Forest Labs, a Germany-based visual AI company, received a $300 million Series B funding round led by Salesforce Ventures and AMP, increasing its total funding to over $450 million and valuing the company at $3.25 billion.",
"url": "https://webrazzi.com/2025/12/01/black-forest-labs-3-25-milyar-dolar-degerleme-uzerinden-300-milyon-dolar-yatirim-aldi/"
},
{
"publisher": "tradingview",
"title": "Black Forest Labs announced a $300 million Series B funding round led by AMP and Salesforce Ventures, valuing the company at $3.25 billion.",
"url": "https://www.tradingview.com/news/reuters.com,2025:newsml_FWN3X600S:0-black-forest-labs-says-300-million-series-b-led-by-amp-and-salesforce-ventures-at-valuation-of-3-25-billion/"
}
],
"round": {
"code": "Series B",
"label": "Series B"
}
},
{
"announced_date": {
"day": 11,
"month": 12,
"year": 2023
},
"funding_round_id": 107137,
"id": 1979159,
"investee": {
"name": "Clove",
"uuid": "0007j4z",
"website": "https://clove.kitchen"
},
"lead_investor": false,
"news": [
{
"publisher": "capitalbrief",
"title": "Clove, an AI-powered recipe platform founded by former Canva employees Anna Guerrero and Sam Killin, has raised $4.15 million in seed funding led by Blackbird Ventures. The platform aims to simplify cooking decisions and facilitate up to 1 billion recipes worldwide, with plans to launch next year.",
"url": "https://www.capitalbrief.com/briefing/canva-alumni-raise-415m-for-ai-powered-cooking-platform-clove-f126c533-cdad-4ba3-bd00-be6788297e6b/"
}
],
"round": {
"code": "Seed",
"label": "Seed"
}
},
{
"announced_date": {
"day": 28,
"month": 2,
"year": 2022
},
"funding_round_id": 117971,
"id": 1243878,
"investee": {
"name": "Calven",
"uuid": "000645v",
"website": "https://www.calven.com"
},
"lead_investor": false,
"round": {
"code": "Seed",
"label": "Seed"
}
},
{
"announced_date": {
"day": 30,
"month": 11,
"year": 2022
},
"funding_round_id": 51417,
"id": 259576,
"investee": {
"name": "Upollo",
"uuid": "0000vp5",
"website": "https://upollo.ai/"
},
"lead_investor": false,
"round": {
"code": "Seed",
"label": "Seed"
}
}
]
}
},
"credits_consumed": 23
}
.png?fit=max&auto=format&n=tMpg-r-6yeOIk-hz&q=85&s=e0cafcb914826d8adc60e5092187e1ca)
.png?fit=max&auto=format&n=tMpg-r-6yeOIk-hz&q=85&s=f214ebe0a940d8aa0f19a709a6bfd7fa)