Integrate world-class AI capabilities into your products with our unified API, powerful SDKs, and developer-first tooling.
Official client libraries designed for type-safety, performance, and developer experience.
v1.0.0
v1.0.0
v1.0.0-beta
v1
v0.9.0
-
A unified, RESTful interface designed around JSON. Everything from models to webhooks follows predictable, typed structures.
Secure Bearer tokens
Predictable JSON payloads
Standardized objects & SSE streams
POST /v1/chat/completions HTTP/1.1
Host: api.aurexara.com
Authorization: Bearer ax_prod_XXXXXXXXXXXXXXXX
Content-Type: application/json
{
"model": "aurexara-core-v1",
"messages": [
{ "role": "system", "content": "You are a senior engineer." },
{ "role": "user", "content": "Explain vector databases." }
],
"stream": true
}All API requests must be authenticated via an API Key in the Authorization header. Our Gateway ensures secure access to AI Core resources.
Developer
Initiates request
API Key
Bearer token auth
API Gateway
Validates & limits
AI Core
Processes payload
Response
Returns JSON
| Tier | Req / Sec | Req / Min | Concurrency |
|---|---|---|---|
| Free | 10 req/s | 200 req/min | 2 |
| Pro | 50 req/s | 2,000 req/min | 10 |
| Enterprise | Custom | Custom | Custom |
The request was unacceptable, often due to missing a required parameter or invalid JSON.
No valid API key provided. Check your Bearer token in the Authorization header.
The API key does not have permissions to perform the request (e.g., restricted scopes).
The requested resource does not exist or has been deleted.
You have hit your rate limit. Wait before sending more requests, or upgrade your plan.
Something went wrong on our end. These are rare and monitored 24/7 by our on-call team.
Receive real-time HTTP POST payloads when asynchronous events happen within your AUREXARA workspace, like background code generation completion or job matching events.