Export a visualization as an image
Right-click any visualization on a dashboard and select Export Image. Choose from:- PNG — a raster image at 2× resolution. Best for presentations and documents.
- SVG — a vector image that scales without quality loss. Best for design tools or print.
Export underlying data
To download the raw data behind a visualization:- Right-click the visualization and select Export Data.
- Choose a format:
- CSV — a comma-separated text file compatible with any spreadsheet or data tool.
- Excel (.xlsx) — a formatted workbook with the column headers and data types preserved.
- The file downloads immediately.
Export a dashboard as PDF
Open the dashboard
Navigate to the dashboard you want to export. Apply any filters you want reflected in the PDF before proceeding.
Open the export menu
Click the three-dot More menu in the top-right corner of the dashboard and select Export as PDF.
Configure the export
In the export dialog, set:
- Page orientation — Portrait or Landscape. Landscape works best for wide dashboards.
- Paper size — A4 or Letter.
- Include filters bar — toggle to show or hide the active filter values at the top of the PDF.
Scheduled exports
You can automate PDF and CSV delivery on a recurring schedule — useful for daily or weekly digests sent to stakeholders.- Open the dashboard and click Share → Email.
- Choose PDF or CSV as the attachment format.
- Add recipient email addresses, set the schedule (daily, weekly, or monthly), and click Save Schedule.
multipart/form-data POST request.
API export
You can export dashboards programmatically using the Vizdom REST API. This is useful for building custom reporting tools, integrating exports into data workflows, or automating delivery to stakeholders.Export a dashboard as PDF
Export dashboard data as CSV
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
format | string | Yes | Export format: pdf, csv, or xlsx. |
from | string | No | Start of date range filter in ISO 8601 format (e.g. 2025-01-01). |
to | string | No | End of date range filter in ISO 8601 format (e.g. 2025-03-31). |
timezone | string | No | IANA timezone for date groupings (e.g. America/New_York). Default UTC. |
{id} with your dashboard ID. You can find the ID in the dashboard URL: app.vizdom.ai/dashboards/{id}.
To authenticate, generate an API key in Settings → API Keys. See Authentication for full details.
Next steps
API Reference
Full reference for the dashboards API, including all export endpoints and response schemas.
Share & Collaborate
Share dashboards via link, embed them in external apps, or schedule email reports.