API Reference
Pricing
Read backend pricing configuration.
API Reference
Read backend pricing configuration.
GET /api/pricing
curl -X GET https://api.removebgvideo.com/api/pricing| Field | Description |
|---|---|
| model_pricing_credits_per_minute | Credits/min for original/light/pro/human |
| price_per_second_cents | Legacy cent-based field |
| packages | Starter/Pro/Business package list |
| 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 |