API
BI Tools
Connect the REST API to Power BI, Looker Studio, and spreadsheets.
The REST API is designed for read-only reporting exports.
Power BI
- Choose Get data.
- Choose Web.
- Paste the API URL.
- Add the
Authorizationheader in advanced options. - Use JSON or CSV depending on your model.
Example URL:
https://app.citlyze.com/api/v1/aggregate-scores?format=csvLooker Studio
Use a connector that supports custom headers, or schedule API exports into a Google Sheet first.
Google Sheets
For one-off analysis, download CSV from any endpoint:
curl "https://app.citlyze.com/api/v1/citations?format=csv" \
-H "Authorization: Bearer aeo_live_..." \
-o citations.csvFor scheduled updates, use a script or connector that can set the
Authorization header.
Modeling tips
- Start with
measurement-windows,prompts,brands, andaggregate-scores. - Add
runsandbrand-detectionswhen you need answer-level evidence. - Add
citationsandsourcesfor source analysis.