Basic Integration
The simplest way to embed the pitch deck uploader widget.
Live Preview
Code
This is all you need to embed the widget:
<!-- Widget container -->
<div
data-capwave-upload
data-partner-id="your-partner-id"
data-base-url="https://api.capwave.ai"
></div>
<!-- Include before </body> -->
<script src="https://pitch.capwave.ai/assets/pitch-deck-uploader.min.js"></script>
Attributes Used
| Attribute | Value | Description |
|---|---|---|
data-capwave-upload |
(marker) | Identifies this element as a widget container |
data-partner-id |
demo |
Your unique partner identifier |
data-base-url |
https://api.capwave.ai |
API endpoint for uploads |
Next Steps
- Customize colors with CSS custom properties
- Change text labels via data attributes
- See all configuration options