citlyze docs
API

Attribute Mentions

Per-run observations linking brands to attributes, with prominence.

GET /api/v1/attribute-mentions returns the evidence level of Brand Perception: one row each time an answer associated a tracked brand with an attribute. Labels come from attributes; the answer itself is joinable through runs.

Filters

ParameterMeaning
attribute_idRestrict to one attribute.
brand_idRestrict to one brand.
run_idRestrict to one run's observations.
since / untilBounds for created_at (ISO timestamp).

Standard parameters (limit, offset, format=csv) work as described in Pagination, filtering, and errors.

Key fields

  • run_id: the answer the observation came from
  • brand_id: the brand the attribute was attached to
  • attribute_id: the canonical attribute observed
  • prominence: 0 to 100, higher when the attribute appears earlier and more centrally in the answer
  • created_at: when the observation was recorded

Rows are ordered by created_at descending with run_id, brand_id, and attribute_id as tiebreaks, so offset pagination is stable. History is bounded by the parent run's date, so backfilled classifications of old runs stay within your plan's history window.

Example

curl -H "Authorization: Bearer $AEO_API_KEY" \
  "https://app.citlyze.com/api/v1/attribute-mentions?brand_id=$BRAND_ID&since=2026-08-01"

Use this resource to build your own attribute matrix, trace a sentiment shift to the runs that caused it, or export perception evidence for reporting.

En esta página