HD Background Removal































Last updated
Was this helpful?































Last updated
Was this helpful?
Was this helpful?
curl --location 'https://image-api.photoroom.com/v2/edit' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'pr-hd-background-removal: auto' \
--form imageFile=@/absolute/path/to/image.jpg \
--form referenceBox=originalImage \
--output result-hd-background-removal.png