API Reference
Health
Infrastructure health check (API, RunPod config, R2 config).
API Reference
Infrastructure health check (API, RunPod config, R2 config).
GET /health
curl -X GET https://api.removebgvideo.com/health| Field | Description |
|---|---|
| status | healthy or degraded |
| checks.api | API process status |
| checks.runpod_configured | RunPod API and endpoint configuration state |
| checks.r2_configured | Object storage configuration state |
| Check | How to Verify |
|---|---|
| Authentication | Call endpoint with valid and invalid key, confirm 200 vs 401 |
| Rate limits | Burst test and confirm 429 handling with backoff |
| Idempotency | Retry same request and verify no duplicate side effects |
| Observability | Confirm request_id/job_id appears in logs and dashboards |
| Signal | Alert Threshold |
|---|---|
| Health endpoint downtime | > 2 consecutive failures |
| Job failure rate | > baseline + agreed error budget |
| Processing latency p95 | > SLO for 15+ minutes |