Skip to main content

Request

Make a POST request to below endpoint and pass the required parameters in the request body.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/interior/object_removal' \

Body

json
{  
    "key":"enterprise_api_key",  
    "init_image": "https://upcdn.io/12a1yeE/raw/WhatsApp%20Image%202024-04-04%20at%208.06.42%20AM.jpeg", 
    "object_name": "table",  
    "base64": false,    
    "webhook":null,  
    "track_id": null
}

Body Attributes

key
string
required
Your API Key used for request authorization.
object_name
string
required
Describe the object you want to remove from the image.
init_image
string
Link to the Initial Image of the room.
base64
boolean
default:"false"
Get response as a base64 string. Options: true or false.
webhook
string
Provide a URL to receive a POST API call once the image generation is complete.
track_id
integer
This ID is returned in the response to the webhook API call and will be used to identify the webhook request.