Developer Preview
Get your free API key and start building in minutes.
API Documentation
We keep implementation details private. Request access to receive full API documentation, SDKs, and integration examples.
Access
- Request an API key
- Our team will provide documentation and onboarding
- Integrate using the REST API and SDKs
Authentication
Authentication is handled via API keys and tokens. Full details are provided during onboarding.
Quickstart
Request access and we provide a minimal working client + example requests for your use case.
Error Handling
The API uses standard HTTP status codes:
200- Success400- Bad Request (invalid parameters)401- Unauthorized (invalid/expired token)402- Payment Required (quota exceeded)429- Too Many Requests (rate limited)500- Internal Server Error
Error Response Format:
{
"error": "rate_limit_exceeded",
"message": "Too many requests. Please wait 60 seconds.",
"retry_after": 60
}
Rate Limits
Rate limits depend on plan and workload. We size limits based on your integration and expected traffic.
| Tier | Requests/min | Tokens/month | Price |
|---|---|---|---|
| Free | 10 | 10,000 | $0 |
| Pro | 60 | 100,000 | $29/mo |
| Business | 300 | 1,000,000 | $99/mo |
| Enterprise | Custom | Unlimited | Contact |
SDKs & Libraries
SDKs and reference integrations are provided during onboarding.