Attributes
The canonical attributes AI answers associate with tracked brands.
GET /api/v1/attributes returns the workspace's attribute registry: the
canonical descriptors Brand Perception has clustered from what engines say
about tracked brands (for example "easy to use" or "expensive"). Where each
attribute was observed, and for which brand, is in
attribute mentions.
Filters
| Parameter | Meaning |
|---|---|
status | active, or merged for attributes folded into another. |
Standard parameters (limit, offset, format=csv) work as described in
Pagination, filtering, and errors.
Key fields
attribute_id: stable identifier, referenced by attribute mentionscanonical_label: the attribute's display labelmember_terms_json: the observed phrasings clustered under this labelstatus:active, ormergedwhen the attribute has been consolidated into another entrycreated_at: when the attribute first appeared
Rows are ordered by canonical_label, so offset pagination is stable.
Example
curl -H "Authorization: Bearer $AEO_API_KEY" \
"https://app.citlyze.com/api/v1/attributes?status=active"Use this resource as the lookup table for attribute mentions, and to see the vocabulary AI answers use around your category.