Add your furniture into the existing room. Spacely AI furniture placement AI will place the furniture into the room, making it smooth, seamless, and realistic.
Use cases
Visual the furniture for client.
Rapid visualization furnitures for sales purposes.
Credit
1 successful furniture placement API call = 1 credit.
This endpoint is used to furniture placement generate
Headers
Name
Type
Description
X-API-KEY*
String
Request Body
Name
Type
Description
imageUrl*
String
This field contains the URL of the background image where furniture will be placed.
productImageUrl*
String
placement*
Object
This object describes the position and size of the furniture within the background image. It includes four attributes:
x: The x-coordinate (horizontal position) of the top-left corner of the furniture placement.
y: The y-coordinate (vertical position) of the top-left corner of the furniture placement.
w: The width of the furniture placement.
h: The height of the furniture placement.
Please note that the x,y coordinate starts at the top-left corner of the image and can only be positive.
area*
Object
This object defines the area within the background image where the furniture can be placed. It includes four attributes similar to placement, defining a larger bounding box where the furniture can be positioned.