Exports
The Canva Connect 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
), and MP4 (mp4
).
Supported export file formats
The following table lists Canva design types, the export file formats they support, and the associated file type values.
PDF ( pdf ) | JPEG ( jpg ) | PNG ( png ) | GIF ( gif ) | PPTX ( pptx ) | MP4 ( mp4 ) | |
---|---|---|---|---|---|---|
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).