Connects Your Entire
Presentation Stack

From AI narration to LMS export, CloviDecks plugs into every tool in your workflow. One platform, zero friction, total control.

Start Free View API Docs
10+ Native integrations
6 External connectors
REST Full public API
9k+ Apps via automation

CloviDecks + CloviNarrate

One click in CloviDecks sends your structured deck to CloviNarrate with all learning objectives, section titles, and speaker notes pre-filled. AI narration is generated per slide. You export a finished MP4 — no recording, no editing, no friction.

CloviDecks
Structured deck + slide outline
export outline
CloviNarrate
AI voice generation per slide
AI narration
Voice Audio
MP3 per slide, synced timing
combine
Final MP4
Full lesson video, shareable link
One-click handoff
Learning objectives and section titles are pre-filled automatically — no copy-paste required.
Slide-accurate narration
AI voice is generated per slide, timed to match your visuals exactly — not a single generic track.
Export-ready MP4
Slides + audio are merged into a shareable video. Upload to your LMS, YouTube, or course platform instantly.
Open CloviNarrate See it in action

The full platform works
together seamlessly

Every CloviTek tool is designed to hand off cleanly to CloviDecks. No API keys to configure, no data mapping — just click Connect.

CloviImage
Generate AI visuals directly inside CloviDecks. Request a hero image for any slide and CloviImage renders it in your brand palette, ready to place.
AI Slide Visuals
CloviPDF
Export any deck as a branded PDF in one click. Preserves layout, fonts, and speaker notes. Perfect for leave-behind handouts after live sessions.
PDF Export
CloviAgent
Automate entire deck workflows. Let an agent watch for new briefs in Drive or email, trigger deck generation, and route the output to your team — unattended.
Automation
CloviForms
Embed live audience polls directly in slide transitions. Responses populate a results slide in real time — ideal for webinars and live training sessions.
Audience Polls
CloviCharts
Paste a data table and CloviCharts picks the right chart type, generates the SVG, and drops it into your slide at the correct position with matching brand colors.
Data Chart Generation
CloviCode
Insert syntax-highlighted code snippets into any slide with one command. CloviCode auto-detects language, applies dark theme, and sizes the block to fit.
Code Snippet Slides
CloviLeads
Gate any deck behind an email capture form. CloviLeads collects the lead, pushes it to your CRM, and unlocks the presentation — without leaving CloviDecks.
Audience Builder
CloviSEO
When publishing a deck as a public web page, CloviSEO injects target keywords into slide titles, meta tags, and alt text so your presentations rank in search.
Keyword-Optimized Slides
CloviLegal
Pull pre-built contract and compliance slide templates directly from CloviLegal's library. Ideal for legal briefings, investor decks, and regulatory training courses.
Contract Templates
CloviFlow
Build multi-step automation workflows that span CloviDecks and any connected app. Trigger deck creation from form submissions, calendar events, or CRM updates.
n8n Automation

Works with tools you
already use

Import from anywhere, export to everywhere. No lock-in, no format walls.

Google Slides URL Import
Paste a Google Slides share link and CloviDecks imports every slide, preserving layout, text, and images. Enhance it with AI or hand off to CloviNarrate immediately.
Available now
PPTX / PPT Upload
Drag and drop your existing PowerPoint file. CloviDecks parses slides, speaker notes, and animations, then lets you enhance any slide with AI or reorder the deck.
Available now
JSON Export for LMS
Export any deck as a structured JSON manifest compatible with SCORM, Teachable, Thinkific, and Kajabi. Includes slide order, narration scripts, and asset URLs.
LMS compatible
Zapier Webhook
Trigger deck creation or export from 9,000+ apps. Connect to your CRM, email platform, calendar, or any app via Zapier's automation layer — no code required.
9,000+ apps
Slack Share
Share a deck directly to any Slack channel with a rich preview card. Team members get a view link, download option, and comment thread — right inside Slack.
Team sharing
Google Drive
Import source documents and brand assets directly from Drive. Save exported decks back to any Drive folder. Full OAuth — no file download required.
OAuth connected

Build your own integrations

CloviDecks exposes a full REST API. Create decks, manage slides, trigger exports, and subscribe to real-time webhook events programmatically.

Create a deck from a prompt
curl
curl -X POST https://api.clovidecks.com/v1/decks \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "title": "Q3 Sales Review",
    "prompt": "10-slide deck covering quarterly
               revenue, churn, and pipeline",
    "template": "business-quarterly",
    "brand_id": "brnd_4f8a2c",
    "export": ["pdf", "mp4"],
    "narrate": true,
    "webhook_url": "https://example.com/hook"
  }'
Response
json
{
  "id": "deck_9b1e3f",
  "status": "generating",
  "slides": 10,
  "preview_url": "https://deck.cv/q3-sales",
  "exports": {
    "pdf": null,  // populated on completion
    "mp4": null
  },
  "created_at": "2026-06-11T14:22:00Z"
}
Full API Reference Get API Key
Webhook events
deck.created
Deck record created, generation queued
deck.slide.ready
Individual slide generated and available
deck.completed
All slides generated, deck is viewable
narration.started
CloviNarrate handoff initiated
narration.completed
Voice audio generated for all slides
export.pdf.ready
PDF export available at signed URL
export.mp4.ready
MP4 video export available at signed URL
deck.shared
Share link activated or permission changed
deck.deleted
Deck removed and all assets purged
HMAC-signed payloads
Every webhook delivery is HMAC-SHA256 signed with your secret key. Verify signatures server-side before processing any payload.
Quick-start SDKs
Node.js Python PHP Ruby + REST (any language)

Your full presentation workflow, unified

Start free. Connect CloviNarrate in one click. Export to your LMS on day one.

Start Free — No Card Needed See Pricing