List Brands
Returns the accepted brands tracked in a project — your own brand first, then competitors sorted by name. Use the returned brand IDs to filter analytics and mention endpoints.
Returns the accepted brands tracked in a project — your own brand first, then competitors sorted by name. Use the returned brand IDs to filter analytics and mention endpoints.
Path Parameters
Project ID (see List Projects)
Query Parameters
Page number (1-indexed, default: 1)
11 <= valueItems per page (default: 50, max: 1000)
501 <= value <= 1000Response Body
application/json
curl -X GET "https://example.com/projects/string/brands"{
"data": [
{
"brandId": "string",
"brandName": "string",
"isOwnBrand": true,
"website": "string"
}
],
"pagination": {
"page": 0,
"limit": 0,
"total": 0
}
}Get Response Content GET
Returns the full AI response content for one response, including the model's markdown output and URL citation annotations. Use List AI Responses first to find response IDs.
List Suggested Competitors GET
Returns competitor brands Temso has surfaced but that haven't been accepted into tracking yet. Accept them in the app to include them in analytics.