Skip to content
API reference

Build with the Trakkr API

Access AI search visibility data, manage brands and prompts, and automate research programmatically.

Getting started

Core data

Your brands, scores, and tracking setup

Visibility

How your brand appears across AI models

Intelligence

Insights, opportunities, and analysis

Actions

Trigger operations and automate workflows

Try it out

Request
1curl -H 'Authorization: Bearer $TRAKKR_API_KEY' \
2 'https://api.trakkr.ai/get-brands'
200 OK
1{
2 "brands": [
3 {
4 "id": "75ffdeb9-0924-4ff9-8ded-c2470d73d224",
5 "name": "Notion"
6 }
7 ]
8}
Press ? for keyboard shortcuts