Get Your API Key
First, you’ll need an API key to authenticate your requests.1
Sign up for an account
Visit videobgremover.com and create an account.
2
Purchase credits
Buy credits for video processing. Each second of video costs 1 credit.
3
Create an API key
Go to API Management and create your first API key.
Choose Your Workflow
The API supports two ways to process videos:📁 File Upload
Upload video files directly from your device or server.
🌐 URL Download
Process videos from public URLs (S3, CDN, direct links).
File Upload Workflow
Perfect when you have video files locally or on your server.1
Create a job
2
Upload your video
Use the
upload_url
from step 1 to upload your video file:3
Start processing
4
Check status and download
URL Download Workflow
Perfect when your videos are already hosted online.1
Create job from URL
2
Start processing
3
Check status and download
What’s Next?
Background Options
Learn about color backgrounds, transparent formats, and pro workflows.
Error Handling
Handle insufficient credits, rate limits, and other common scenarios.
Code Examples
See complete examples in JavaScript, Python, and other languages.
API Reference
Explore the complete API documentation with all endpoints.