Exports
Create an export of a design
An actor
triggers this event when they export a design.
Internal Canva systems may export the design for tasks including:
- Creating template previews.
- Creating design and template thumbnails.
- Sending a design for print(opens in a new tab or window).
Canva Apps and Canva Integrations can also trigger the export event.
type
string
The value for this can only be EXPORT
.
output_type
string
The type of export. This can be one of the following:
PDF
JPG
PNG
PPTX
MP4
WEB
GIF
SVG
HTML
WEBSITE
DOCX
CSV
XLSX
reason
ExportReason
The reason the design was exported. If not specified, a user, a Canva App, or a Canva integration exported the design.
Properties of reason
type
string
This can be one of the following:
APP
: The design was exported by an app.INTERNAL
: Canva internally exported the design for tasks including creating template previews, creating design and template thumbnails, or sending a design for print(opens in a new tab or window).
app_id
string
The ID of the app.
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "EXPORT","reason": {"type": "APP","app_id": "AAEJQA10wBV"},"output_type": "PDF"},"outcome": ...,"context": ...}
Request to download a user's data and content in bulk
This isn't a Data Subject Access Request (DSAR).
An actor
triggers this event when they request to download personal data, uploads, and designs
from the Login & Security settings page.
A team owner(opens in a new tab or window) can also download their team's content.
For details, see Canva Help: Downloading your personal data, uploads, and designs in bulk(opens in a new tab or window).
type
string
The value for this can only be CREATE_BULK_DOWNLOAD
.
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "CREATE_BULK_DOWNLOAD"},"outcome": ...,"context": ...}
Download a user's data and content in bulk
An actor
triggers this event when they visit the page showing the download URL for their
bulk download request. This event doesn't record whether the user downloaded the content.
These download URLs are valid for 14 days after the user made the request.
type
string
The value for this can only be VIEW_BULK_DOWNLOAD_LINKS
.
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "VIEW_BULK_DOWNLOAD_LINKS"},"outcome": ...,"context": ...}