Integrate our high-performance background removal API into your applications, websites, and workflows. Process thousands of images with just a few lines of code.
curl -X POST \
https://api.changethebackground.com/v1/remove \
-H 'Authorization: Bearer YOUR_API_KEY' \
-F 'image=@product.jpg'
Everything you need to integrate powerful background removal into your applications
Simple and intuitive REST API with comprehensive documentation and examples
Process thousands of images per minute with low latency and high availability
API keys, OAuth 2.0, and JWT authentication options for secure integration
Built on cloud infrastructure that scales automatically with your needs
Command-line interface for batch processing and automation workflows
Real-time notifications for asynchronous processing and event-driven architecture
curl -X POST \
https://api.changethebackground.com/v1/remove \
-H 'Authorization: Bearer YOUR_API_KEY' \
-F 'image=@product.jpg' \
-F 'format=png' \
-F 'bg_color=transparent'
/v1/remove
Remove background from an image
Name | Type | Required | Description |
---|---|---|---|
image | file | Yes | Image file to process |
format | string | No | Output format (png, jpg, webp) |
bg_color | string | No | Background color (hex or 'transparent') |
size | string | No | Output size (original, medium, small) |
crop | boolean | No | Auto-crop the result |
/v1/batch
Process multiple images in one request
Name | Type | Required | Description |
---|---|---|---|
images | array | Yes | Array of image files or URLs |
format | string | No | Output format for all images |
webhook_url | string | No | URL to notify when batch is complete |
/v1/status/:job_id
Check status of an asynchronous job
Name | Type | Required | Description |
---|---|---|---|
job_id | string | Yes | ID of the processing job |
Official client libraries to help you integrate faster in your preferred language
Serverless image processing
Event-driven background removal
Low-latency image processing
Edge computing integration
CI/CD pipeline automation
Containerized deployment
Flexible pricing options for developers and businesses of all sizes
Sign up for a free API key and start integrating background removal into your applications today.