API Reference
Download Output
Fetch output URL for completed jobs.
API Reference
Fetch output URL for completed jobs.
GET /api/download/{job_id}
curl -X GET https://api.removebgvideo.com/api/download/{job_id}| Field | Type | Description |
|---|---|---|
| success | boolean | Download URL is ready |
| download_url | string | Output URL |
| output_format | string|null | Output format |
| 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 |