Lightning Fast
Average response time under 3 seconds with 99.99% uptime SLA.
API
Get started in minutes with your favorite programming language and automate background removal at scale.
const response = await fetch(
'https://api.autoremov.com/v1/remove-background',
{
method: 'POST',
headers: {
'Authorization': `Bearer ${apiKey}`,
'Content-Type': 'application/json'
},
body: JSON.stringify({
image_url: 'https://example.com/image.jpg',
format: 'png'
})
}
);
const result = await response.json();Average response time under 3 seconds with 99.99% uptime SLA.
SOC 2 Type II certified with automatic data deletion.
12 data centers worldwide for low-latency access.
Detailed documentation with examples in 8+ programming languages.
RESTful API with predictable, resource-oriented URLs.
/v1/remove-backgroundRemove background from a single image
image_urlstringrequiredURL of the image to processimage_filefileoptionalImage file uploadsizestringoptionalOutput size (auto, preview, full, hd, 4k)formatstringoptionalOutput format (png, jpg, webp)cropbooleanoptionalAuto-crop to subject/v1/batchProcess multiple images in a single request
imagesarrayrequiredArray of image URLs or filessizestringoptionalOutput size for all imagesformatstringoptionalOutput format for all imageswebhook_urlstringoptionalCallback URL when processing completes/v1/result/:idRetrieve processing result
idstringrequiredProcessing job ID/v1/accountGet account information and usage stats
Native libraries for your favorite programming languages.
npm install autoremovView Documentationpip install autoremovView Documentationcomposer require autoremov/autoremovView Documentationgem install autoremovView Documentationgo get github.com/autoremov/autoremov-goView Documentationmaven: com.autoremov:autoremovView Documentationdotnet add package AutoremovView DocumentationDirect HTTP requestsView Documentation