Cloud data processing and analytics platform
Authorization header.
Authorization: Bearer your_api_key_hereReturns current service status and health check information.
{
"status": "operational",
"version": "2.1.0",
"timestamp": "2026-03-16T12:00:00Z"
}Submit data for asynchronous processing. Returns a job ID for tracking.
{
"job_id": "j_8f3a2b1c",
"status": "queued",
"estimated_completion": "2026-03-16T12:05:00Z"
}Retrieve processed results by job ID.
Cancel a pending job or delete completed results.
400 Bad Request — Invalid parameters
401 Unauthorized — Missing or invalid API key
403 Forbidden — Insufficient permissions
404 Not Found — Resource does not exist
429 Rate Limited — Too many requests (limit: 1000/min)
500 Internal Error — Server error, retry with backoffFree tier: 100 requests/min. Pro tier: 1000 requests/min. Enterprise: custom limits. Rate limit headers are included in every response.