Overview
The Geogen API allows you to programmatically access your LLM visibility data, manage entities, and track AI mentions.
This API is currently in beta, and its endpoints and data structures may change. Thank you for your understanding as we continue to refine and improve it.
Base URL
All API requests should be made to:
Quick Start
- Generate an API key from Settings → Workspaces → Your Workspace → API Keys
- Add the key to your request headers
- Make your first API call
curl -X GET "https://api.geogen.io/v1/entities" \
-H "Authorization: Bearer wsk_your_api_key"
All responses are returned in JSON format:
{
"success": true,
"data": [...],
"pagination": {
"total": 100,
"limit": 20,
"offset": 0
}
}
Need Help?
Contact us at [email protected]