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.

HeaderValue
AuthorizationBearer dg_live_…

Available endpoints

EndpointPurpose
GET /api/public/v1/trackersReturns tracker and brand inventory for the API key organization.
GET /api/openapiReturns the OpenAPI document.
GET /api/exports/csvAuthenticated 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?