For the complete documentation index, see llms.txt. This page is also available as Markdown.

Insights

AI recommendations, mentions and topics.

List AI recommendations for the account (newest first)

get

Requires insights:read.

Authorizations
AuthorizationstringRequired

An API key created in Settings → API (ca_live_…).

Query parameters
cursorstringOptional

Opaque pagination cursor from a prior response's next_cursor.

limitinteger · min: 1 · max: 100OptionalDefault: 25
Responses
200

A page of recommendations.

application/json
next_cursorstring · nullableRequired

Pass as ?cursor= to fetch the next page; null on the last page.

has_morebooleanRequired
get/insights/recommendations

List topic mentions extracted from reviews in the key's subtree (newest first)

get

Requires insights:read.

Authorizations
AuthorizationstringRequired

An API key created in Settings → API (ca_live_…).

Query parameters
cursorstringOptional

Opaque pagination cursor from a prior response's next_cursor.

limitinteger · min: 1 · max: 100OptionalDefault: 25
Responses
200

A page of mentions.

application/json
next_cursorstring · nullableRequired

Pass as ?cursor= to fetch the next page; null on the last page.

has_morebooleanRequired
get/insights/mentions

List the canonical topic labels readable by the account

get

Requires insights:read.

Authorizations
AuthorizationstringRequired

An API key created in Settings → API (ca_live_…).

Responses
200

OK

application/json
get/insights/topics

Last updated

Was this helpful?