Browse documentation
Reference
API and exports
Digraph supports organization-scoped API keys and authenticated CSV exports for supported datasets. Keep keys private and revoke keys that are no longer needed.
Access selected Digraph data through organization-scoped API keys and CSV exports.
Authentication
Create an API key in dashboard settings and send it as a bearer token. API keys are scoped to the organization that created them.
| Header | Value |
|---|---|
| Authorization | Bearer dg_live_… |
Available endpoints
| Endpoint | Purpose |
|---|---|
| GET /api/public/v1/trackers | Returns tracker and brand inventory for the API key organization. |
| GET /api/openapi | Returns the OpenAPI document. |
| GET /api/exports/csv | Authenticated export for daily metrics, platform metrics, sources, and prompts. |
CSV datasets
The export endpoint supports daily_metrics, platform_metrics, sources, and prompts. Use startDate and endDate to constrain time-based datasets. Exported metrics retain the same tracker and dimension semantics described in this documentation.
Was this page helpful?