Welcome to Cloro API
The Cloro API is the most reliable AI monitoring platform that tracks and monitors how LLMs perform worldwide. Track what AI says about your brand across every provider and region with our global monitoring infrastructure.Key Features
Global AI Monitoring
Monitor LLM responses across different providers and regions
Run Endpoint
Monitor AI responses with our main endpoint
Base URL
All API requests should be made to:Authentication
All API endpoints require authentication using API keys in the Authorization header. API keys follow the formatsk_live_32hexcharacters
for production or sk_test_32hexcharacters
for testing.
Getting Started
- Get your API key: Contact us at [email protected] to get your API key
- Make your first request: Try monitoring AI responses with our run endpoint
- Analyze results: Review how different AI providers respond to your prompts across regions
Rate Limits
The Cloro API implements rate limiting to ensure fair usage and optimal performance for all users:- 1,000 requests per hour per API key
- Rate limits reset every hour at the top of the hour (e.g., 2:00 PM, 3:00 PM)
- Requests are distributed evenly across the hour to prevent bursts
Handling Rate Limits
When you exceed the rate limit, you’ll receive a429 Too Many Requests
response:
- Monitor the
X-RateLimit-Remaining
header - Implement exponential backoff for retries
- Cache responses when possible to reduce API calls
- Distribute requests evenly throughout the hour
Pricing
Monitor your AI performance globally with our flexible credit-based system. Pay only for the checks you need, no hidden fees. View our pricing plans for more details.Error Handling
The API uses conventional HTTP response codes:2xx
- Success4xx
- Client errors (bad request, authentication, etc.)5xx
- Server errors
Support
Need help? We’re here to assist:- Documentation: You’re reading it!
- API Status: status.cloro.dev
- Support Email: [email protected]