Results & exports
Every session's data is yours. Doppio keeps results on the slide and in your dashboard, and lets you export in a few formats.
On the slide
Results are cached as native Slides objects when a session closes, so the final numbers travel with your deck.
In the dashboard
The analytics dashboard shows every session, response counts, and trends over time.
Exports
| Format | Contents | Plan |
|---|---|---|
| CSV | One row per response | Pro |
| JSON | Full session + response objects | Pro |
| PNG | Snapshot of the results chart | Free |
bash
# export a session's responses as CSV
curl -H "Authorization: Bearer $DOPPIO_KEY" \
https://api.doppio.app/v1/sessions/QX-42/responses.csv -o responses.csv