API Features
RESTful JSON API
Simple, RESTful endpoints returning structured JSON. Analyze single articles or batch process thousands of URLs.
High Performance
Cached: <1s. Fresh: ~23s. Analyze 1000s of articles daily. 99.95% uptime.
Complete Documentation
Interactive docs with code examples in JavaScript, Python, cURL. SDKs ready to install.
Webhooks & Events
Receive real-time notifications when analysis completes. Build event-driven workflows.
Enterprise Grade
API keys, rate limiting, SLA guarantees. Custom rate limits and dedicated support available.
Open API Spec
Full OpenAPI 3.1 specification. Generate client libraries in any language automatically.
Quick Start
Analyze Single Article
curl -X POST https://www.rhetoricaudit.com/api/v1/analyze \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com/article",
"full_report": true
}'