API Reference
Public API v1 Usage
Usage analytics endpoints for API consumers.
API Reference
Usage analytics endpoints for API consumers.
| Endpoint | Method | Description |
|---|---|---|
| /v1/usage/summary?days=7 | GET | Daily aggregates and totals |
| /v1/usage/events?limit=20 | GET | Recent call events |
curl -X GET "https://api.removebgvideo.com/v1/usage/summary?days=7" \
-H "X-Api-Key: YOUR_API_KEY"curl -X GET "https://api.removebgvideo.com/v1/usage/events?limit=20" \
-H "X-Api-Key: YOUR_API_KEY"| 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 |