citlyze docs
API

Resources

Choose the right API resource for each reporting need.

GET /api/v1 returns the live resource index. The current public resources are:

ResourceUse it for
/promptsTracked buyer questions.
/locationsMarkets and language/location context.
/enginesActive AI engines and provider configuration.
/brandsTarget and competitor brand records.
/competitorsTarget-to-competitor relationships.
/measurement-windowsTracking snapshots.
/runsIndividual engine answers.
/citationsURLs cited in answers.
/sourcesSearch results or sources consulted.
/brand-detectionsPer-run brand mention/citation/source detection.
/aggregate-scoresHeadline visibility metrics.
/recommendationsOptimization recommendations.
/geo-auditsGEO audit scores.
/crawler-eventsDaily AI crawler visits captured from your tracked sites.

Use IDs to join exported data in BI tools:

  • query_id connects prompts, runs, aggregate scores, and recommendations.
  • measurement_window_id connects windows, runs, aggregates, and recommendations.
  • run_id connects runs, citations, sources, and brand detections.
  • brand_id connects brands, detections, aggregates, and recommendations.

Child resources

citations, sources, and brand-detections are scoped to runs. When you need a measurement-window export for those resources, fetch runs for the window first and then use run_id to retrieve the child records.

On this page