Background removal and generation
Last updated
{
"url": "https://deep-image.ai/api-example.png",
"background": {
"remove": "auto",
"color": "transparent"
}
}{
"url": "https://deep-image.ai/api-example.png",
"background": {
"remove": "item",
"color": "#FFFFFF"
}
}{
"url": "https://deep-image.ai/api-example.png",
"background": {
"remove": "auto",
"replace": "https://images.pexels.com/photos/628281/pexels-photo-628281.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"
}
}{
"background": {
"remove": "generative",
"prompt": "keep relevant foreground, keep relevant objects"
}
}{
"url": "https://deep-image.ai/api-example2.jpg",
"width": 1000,
"height": 1000,
"fit": {
"crop": "item"
},
"background": {
"remove": "auto",
"color": "#FFFFFF"
},
"padding": 100
}{
"url": "https://deep-image.ai/api-example.png",
"background": {
"generate": {
"description": "item standing on sand with beach in background",
"item_area_percentage": 0.65,
"sample_num": 12663
}
}
}{
"url": "https://deep-image.ai/api-example.png",
"background": {
"generate": {
"description": "item standing on sand with beach in background",
"item_area_percentage": 0.65
}
}
}{
"url": "https://deep-image.ai/api-example.png",
"width": 1000,
"height": 1000,
"background": {
"generate": {
"description": "item standing on sand with beach in background",
"item_area_percentage": 0.65
}
}
}{
"url": "https://deep-image.ai/api-example.png",
"width": 1000,
"height": 1000,
"background": {
"generate": {
"description": "item positioned on plain white background",
"item_area_percentage": 0.65,
"color": [217,179,190]
}
}
}