Canva REST API reference
Analytics
Assets
Brand templates
Designs
Design imports
Exports
The Canva REST APIs for exporting designs.
The export API allows you to export designs to a chosen format, allowing users to download and view their designs outside of Canva. We currently support the following file formats (and export file type values): PDF (pdf), JPEG (jpg), PNG (png), GIF (gif), Microsoft PowerPoint (pptx), MP4 (mp4), and CSV (csv).
Supported export file formats
The following table lists Canva design types, the export file formats they support, and the associated file type values.
You can also use the Get export formats API to get the available export formats for a specific design.
PDF ( pdf) | JPEG ( jpg) | PNG ( png) | GIF ( gif) | PPTX ( pptx) | MP4 ( mp4) | HTML bundle ( html_bundle) | HTML standalone ( html_standalone) | CSV ( csv) | |
|---|---|---|---|---|---|---|---|---|---|
All other design types | Multi-page designs can't be exported to PPTX unless they are Canva Presentations. |
Export API
- Create design export job: Create an asynchronous job to export a design from Canva.
- Get design export job: Get the status and results of an export job, including link(s) to the downloadable file(s).