Background Blur
Overview


curl --request POST \
--url https://image-api.photoroom.com/v2/edit \
--header 'x-api-key: YOUR_API_KEY_HERE' \
--form imageFile=@/path/to/image.png \
--form background.blur.mode=bokeh \
--form removeBackground=falseAdditional parameters
background.blur.radius
background.blur.radiusLast updated
Was this helpful?
