Features

Stop rebuilding the weekly report by hand.

The REST API is a limited beta for eligible accounts with an active subscription. Self-serve plans are API-eligible, but beta access may require enablement.

One-time report · Email required · About 2 minutes · No credit card

Paid tracking
ChatGPT logoGemini logoPerplexity logoGoogle AI logo
5 surfaces: ChatGPT, Gemini, Perplexity, Google AI Mode, Google AI Overviews
Customer Logo
Customer Logo
Lisa Borg - Akumin
Customer Logo
Swanand Pisat
Customer Logo
Darryl Coombes

The dashboard contains the evidence, but the operating workflow lives in a warehouse, client portal, spreadsheet, or internal automation. Manual exports make the recurring handoff fragile.

Product visuals use illustrative example data unless explicitly labeled otherwise.

REST API · Limited Beta

Project-scoped JSON access for eligible beta accounts. Read or write with explicit permission.

The REST API is a limited beta for eligible accounts with an active subscription. Self-serve plans are API-eligible, but beta access may require enablement. Enabled accounts can authenticate with X-API-Key or a bearer token; read + write operations require an explicitly generated read + write key.

Retrieve scoped data without a manual export

A project-scoped key limits the request to the account's permitted brands. Start with a read-only key, inspect the documented response, and grant write permission only to workflows that need it.

{
"success": true,
"data": [
{
"id": "brd_01j9xk2mn",
"name": "Acme Corp",
"url": "https://acme.example",
"industry": "B2B software",
"lastAnalysisAt": "2026-04-07T08:12:00Z",
"analysisFrequency": "DAILY"
}
],
"metadata": {
"requestId": "req_••••••••",
"timestamp": "2026-04-07T08:12:01Z",
"queryTimeMs": 42
}
}

Start with the endpoints your workflow needs

These representative endpoints cover brand snapshots, prompt performance, visibility, returned-source coverage, and controlled prompt creation. Use the in-product API documentation as the contract for paths, parameters, and responses.

GET/api/v1/brands

List brands available to the project key

GET/api/v1/brands/:id/snapshot

Retrieve the supported analytics snapshot

GET/api/v1/brands/:id/prompts

Read tracked prompt performance

GET/api/v1/brands/:id/visibility

Read visibility and share metrics

GET/api/v1/brands/:id/sources

Read observed source-domain coverage

POST/api/v1/brands/:id/prompts

Add a prompt with a read + write key

API Rate Limits

Self-serve plans are eligible for the limited beta, but access may require enablement. Starter and Peek share the entry limit; Grow has a higher standard limit. Enterprise and per-key limits can differ when specified in an agreement.

Starter / Peek

Req / min5
Daily limit50
Higher limit

Grow

Req / min20
Daily limit1,000

Enterprise / Custom

Req / min40
Daily limit2,000

Generate keys in Settings → Integrations. Keys are scoped per project and can be rotated at any time.

Questions agencies ask before adding AI visibility

Coverage, scoring, cadence, reporting, and delivery—spelled out before you sell the service.

Find the prompts where competitors are recommended instead.

Start with a one-time report across ChatGPT and Gemini.

One-time report · Email required · About 2 minutes · No credit card