Skip to content
API Reference

Build with the Trakkr API

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

Base URLhttps://api.trakkr.ai

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

Code Examples

Py
Pythonrequests library
JS
JavaScriptfetch API
$
cURLcommand line

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}

Was this page helpful?

Press ? for keyboard shortcuts