Static Background
Last updated
Was this helpful?
Was this helpful?
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 padding=0.1 \
--form background.imageFile=@/path/to/background.png \
--output result.png