The API is available for Business and Enterprise plans. Upgrade your plan to get access.
Base URL
All API endpoints are relative to:OpenAPI Specification
Download the complete OpenAPI 3.0 specification for SDK generation and API exploration:OpenAPI Spec
Download
openapi.yaml for use with Swagger UI, Postman, or SDK generators.Available Endpoints
The API provides access to all your GEO monitoring data:| Resource | Description |
|---|---|
| Brands | List all brands in your account |
| Performance | Get performance snapshots (Audit FLASH format) |
| Competitors | Track competitor mentions and share of voice |
| Sources | Monitor content sources cited by AI platforms |
| Prompts | Access your monitored prompts/queries |
| Answers | Retrieve AI-generated responses |
Quick Start
1
Get your API token
Go to Team Settings → Integrations → API 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:pagination object with:
total: Total items matching the querycount: Items in this responselimit: Max items per pageoffset: Items skipped
CORS Support
The API supports cross-origin requests from any domain. All endpoints include CORS headers, allowing you to call the API directly from browser-based applications.Caching
Successful responses include caching headers for optimal performance:private: Response is user-specific (not shared caches)max-age=60: Fresh for 60 secondsstale-while-revalidate=300: Serve stale data while revalidating for up to 5 minutes
Need Help?
- Check the Authentication guide
- Review Rate Limits
- See Error Codes
- Contact us at [email protected]

