Powerful APIs for AI Citation Tracking
5-minute integration. Clean REST & GraphQL APIs. Real-time webhooks. SDKs for your favorite languages. Built by developers, for developers.
Brand Mentions
Mention Rate
Across 200 queries
Share of Voice
Total Mentions
Across 200 queries
Mentions Over Time
Competitor Mentions
Enterprise SLA with 24/7 monitoring
p95 latency for all API endpoints
Professional plan request quota
Built for Developers
Everything you need to integrate AI citation tracking into your applications, dashboards, and workflows.
REST & GraphQL APIs
Full CRUD operations with flexible querying. OpenAPI 3.0 spec, JSON responses, pagination, and filtering built-in.
- RESTful endpoints
- GraphQL schema
- Rate limiting: 10K req/hr
- Auto-generated docs
Real-Time Webhooks
Get notified instantly when citations change. HMAC-SHA256 signed, retry logic, and configurable endpoints.
- Citation events
- Competitor alerts
- Custom triggers
- Signature verification
Authentication & Security
API keys + OAuth 2.0 support. Scoped permissions, key rotation, and team-based access control.
- API key auth
- OAuth 2.0 flows
- Scoped permissions
- IP allowlisting
Official SDKs
Native SDKs for JavaScript, Python, PHP, and Ruby. Type-safe, well-documented, and actively maintained.
- JavaScript/TypeScript
- Python 3.7+
- PHP 7.4+
- Ruby 2.7+
Quick Start Example
import { Mentionary } from '@mentionary/sdk';
const client = new Mentionary({
apiKey: process.env.MENTIONARY_API_KEY
});
// Get citation frequency
const citations = await client.citations.list({
brand: 'your-brand',
platforms: ['chatgpt', 'claude'],
dateRange: '30d'
});
console.log(citations.data);from mentionary import Mentionary
client = Mentionary(
api_key=os.environ['MENTIONARY_API_KEY']
)
# Get citation frequency
citations = client.citations.list(
brand='your-brand',
platforms=['chatgpt', 'claude'],
date_range='30d'
)
print(citations.data)Developer Use Cases
Custom Analytics Dashboards
Pull citation data into your existing BI tools, internal dashboards, or custom analytics platforms using our APIs.
Automated Reporting
Schedule automated reports, send alerts via Slack/email when citation thresholds are met, or integrate with marketing automation platforms.
CI/CD Integration
Monitor citation impact of content deployments. Track how new content affects AI visibility in real-time.
5-minute setup, production-ready APIs
See how development teams integrate Mentionary's citation tracking API into their applications. From custom dashboards to automated reporting—real implementations from engineering teams.

Learn how RE24.energy went from invisible to category leader with Mentionary

How Coachello.ai achieved 4.1x growth by understanding what content AI engines prefer
Developer FAQs
We provide official SDKs for JavaScript/TypeScript, Python 3.7+, PHP 7.4+, and Ruby 2.7+. All SDKs are type-safe, actively maintained, and available on npm, PyPI, Packagist, and RubyGems. Community SDKs exist for Go and .NET. For other languages, our REST API works with any HTTP client.
We support two authentication methods: (1) API Keys - simple bearer token authentication ideal for server-side applications, and (2) OAuth 2.0 - for applications requiring user-specific access. API keys can be generated from your dashboard and support scoped permissions, key rotation, and IP allowlisting for enhanced security.
Professional plans include 10K requests/hour with burst capacity up to 15K/hour. Enterprise plans support custom rate limits up to 100K requests/hour. All plans include automatic retry logic with exponential backoff. If you hit rate limits, responses include Retry-After headers. Contact sales for higher limits or dedicated infrastructure.
Webhooks send HTTP POST requests to your endpoint when events occur (new citations, competitor changes, threshold alerts). All webhooks are HMAC-SHA256 signed for verification, include automatic retry logic with exponential backoff, and support custom triggers. You can configure multiple endpoints for different event types.
Yes! Every account includes a sandbox environment with test API keys. The sandbox mirrors production functionality but uses synthetic data. Perfect for development, testing integrations, and CI/CD pipelines without affecting production data or consuming quota.
Our API maintains 99.9% uptime SLA with 24/7 monitoring. P95 response time is under 100ms for all endpoints. We use globally distributed infrastructure with automatic failover. Status updates and incident reports are available at status.mentionary.ai. Enterprise plans include 99.95% uptime SLA and dedicated support.
On-premise deployment is available for Enterprise plans with specific compliance requirements (HIPAA, SOC 2, regional data residency). This includes dedicated infrastructure, custom deployment support, and direct engineering access. Contact sales to discuss your requirements and pricing.
Start building with our API today
5-minute integration. Clean APIs. Comprehensive docs. Join developers building the next generation of AI-aware applications.
Free tier available • No credit card required