v1

latestOpenAPI 3.1.02026-07-2295105298.6 KB
Attributes

List Attributes

Returns the brand-perception attributes (keywords) tracked for a website, such as 'Affordable' or 'Slow Support'. Athena extracts these from AI model responses. Use this to discover attribute ids, then POST /api/v1/attributes/cumulative for mention counts, or POST /api/v1/attributes/time-series for one attribute's trend. Attributes the customer has removed are not returned.

get/api/v1/attributes

Query parameters

website_idstring uuid required

The ID of the website to retrieve attributes for

Response

Successful response with list of attributes

Example response

{
  "attributes": [
    {
      "name": "Affordable"
    }
  ]
}