MeasureLLM API
Integrate AI visibility data into your applications, dashboards, and workflows
API Features
RESTful API
Clean, predictable REST endpoints following industry standards
Secure Authentication
API key authentication with optional OAuth 2.0 support
JSON Responses
All responses in clean, well-documented JSON format
Webhooks
Real-time notifications for visibility changes and alerts
Quick Example
Get visibility data with a single API call
curl -X GET "https://api.measurellm.com/api/v1/visibility" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"{
"data": [
{
"keyword_id": "kw_123",
"keyword": "best crm software",
"visibility_score": 78,
"mentions": 45,
"citations": 12,
"platforms": {
"chatgpt": 82,
"claude": 75,
"perplexity": 80,
"gemini": 71
},
"trend": "+12%",
"updated_at": "2024-01-15T10:30:00Z"
}
],
"meta": {
"total": 25,
"page": 1,
"per_page": 10
}
}API Endpoints
Core endpoints for accessing your visibility data
/api/v1/keywordsKeywords/api/v1/keywordsKeywords/api/v1/visibilityVisibility/api/v1/visibility/{keyword_id}Visibility/api/v1/mentionsMentions/api/v1/citationsCitations/api/v1/competitorsCompetitors/api/v1/webhooksWebhooksAuthentication & Security
Secure your API requests with API keys and advanced security features
API Key Authentication
Include your API key in the Authorization header of all requests:
Authorization: Bearer YOUR_API_KEYSecurity Note: Never expose your API key in client-side code. Always make API calls from your server.
Restrict API access to specific IP addresses
Restrict browser requests to specific domains
Ready to integrate?
Get your API key and start building with MeasureLLM data