Skip to main content
GET
Get brand perception
Perception prompts are questions like “How trustworthy does this brand appear?” that are sent to multiple LLMs. Each response includes a numeric score and reasoning. Use this endpoint to:
  • Build NPS-style perception dashboards per property
  • Compare how different LLMs score and describe the same trait
  • Feed perception metrics into BI tools or internal reports

Path parameters

brandId
string
required
Brand UUID. Obtain from List brands.

Query parameters

runId
string
Target a specific run. If omitted, the most recent run is used.

Request

Response

run
object | null
The run these responses are tied to, or null if no run was found.
data
PerceptionPrompt[]
Array of perception prompts with responses.