citlyze docs
API

Brand Detections Resource

Export per-run mention, citation, source, and prominence signals.

Endpoint:

GET /api/v1/brand-detections

Brand detections describe how a brand appeared in a run.

Filters

FilterMeaning
run_idRestrict to one run.
brand_idRestrict to one brand.

Key fields

  • detection_id
  • run_id
  • brand_id
  • state
  • mentioned
  • cited
  • source_consulted
  • mention_count
  • citation_count
  • source_count
  • prominence
  • run_score
  • answer_prominence

Use this resource when you need answer-level evidence behind aggregate scores.

Brand detections are run-scoped. To inspect detections for a measurement window, first call /api/v1/runs?measurement_window_id=..., then request brand detections with the relevant run_id values.

On this page