Getting Started

Credits

Understand consumption rules and estimate costs accurately.

Pricing by Model

ModelSpeedQualityCredits/minBest For
originalStandardHighest60General high-quality output
lightFastestHigh45Simple scenes, high throughput
proSlowestHighest180Complex objects + text prompt
humanFastestHigh45Portraits and people videos

Billing Duration

Consumption is based on billed video duration and selected model credits/min.

In batch workloads, estimate credits before dispatching all jobs.

Check Pricing Endpoint

curl -X GET https://api.removebgvideo.com/api/pricing

Service Health Endpoint

curl -X GET https://api.removebgvideo.com/health

Production Readiness

  • Pin SDK/API versions in deployment manifests and release notes.
  • Record request_id/job_id in logs for every API interaction.
  • Run smoke tests after each deploy using a known short test video.
  • Separate dev/staging/prod keys and rotate keys regularly.
Tip: Treat docs examples as baseline templates; finalize payload defaults in your own backend policy layer.

Acceptance Checklist

  1. Validate one success path and one failure path end-to-end.
  2. Confirm credits, usage metrics, and output links are consistent.
  3. Set retry and timeout policy for 429/5xx response handling.
  4. Document rollback procedure for integration incidents.

Cost Observability

  1. Track credits consumed by model, customer, and feature flag.
  2. Alert when spend deviates from expected baseline.
  3. Expose cost per successful output in internal dashboard.