API Fault Analysis Engine
# API Fault Analysis Engine The API Fault Analysis Engine analyzes HTTP 4xx/5xx error events and returns root trigger classifications to help engineering teams quickly understand why errors are happening. ## What This API Does Given an HTTP error event, this API provides: - **Root trigger classification** — Identifies the category and subcategory of the error trigger - **Confidence score** —…
API Fault Analysis Engine endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Analyze Single Error Event /analyze |
Analyzes a single HTTP error event and returns root trigger classification with confidence score, reasoning, and recommended next steps. |
| POST |
Analyze Batch of Error Events /analyze/batch |
Analyzes multiple HTTP error events in a single request. Returns classifications for each event plus a summary with category counts. |
API Fault Analysis Engine pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | — |
|
| ULTRA | $49.99 / month | — |
|
| MEGA | $99.99 / month | — |
|