Skip to main content

GeoArk AI API

The GeoArk AI Customer API lets you programmatically access your AI search visibility data. Use it to:
  • Automate weekly reports – Pull brand visibility metrics into your workflows
  • Build dashboards – Feed AI-search data into Looker, Metabase, or custom dashboards
  • Set alerts – Monitor visibility changes and trigger webhooks
  • Integrate with tools – Connect to your existing analytics stack

Base URL

https://api.yourdomain.com/api/customer/v1
For local development:
http://localhost:8000/api/customer/v1

Authentication

All requests require an API key. Create one in Dashboard → Settings → API Keys. Pass your key via:
  • Header (recommended): X-API-Key: your_api_key
  • Query parameter: ?api_key=your_api_key

Response Format

All responses are JSON. Report endpoints return:
{
  "data": [...],
  "total": 42
}

Rate Limits

API requests are rate-limited per organization. Contact support for higher limits.