Skip to main content
Build custom dashboards, integrate with your marketing stack, or create automated reports using your GEO (Generative Engine Optimization) data.
The API is available for Growth, Business, and Enterprise plans. Upgrade your plan to get access.

Base URL

All API endpoints are relative to:

Available Endpoints

The API provides access to all your GEO monitoring data:

Quick Start

1

Get your API token

Go to Team ManagementAPI Access and create a new API token.
2

Make your first request

3

Explore your data

Use the brand ID to access performance metrics, competitors, sources, and more.

Response Format

All responses are JSON formatted with a consistent structure:
Most list endpoints include a pagination object with:
  • total: Total items matching the query
  • count: Items in this response
  • limit: Max items per page
  • offset: Items skipped
The /brands endpoint is the exception: it returns the full list with a top-level total count and no pagination object. See Entities for detailed data structures. Error responses include machine-readable codes:
See Error Codes for the complete list.

Need Help?