Skip to content
API reference

Build with the Trakkr API

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

REST API access is included on Scale and Enterprise. The MCP server is available on every paid plan. See current plans and limits.

Getting started

Machine-readable discovery

Public metadata for assistants, crawlers, and integration tooling. These files contain no account data.

The endpoint pages below explain the REST contract. Use the OpenAPI 3.1 file for client generation and machine-readable schemas.

Check the changelog for product updates and the product docs for workflow guidance.

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
Code language
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