Add specific furniture pieces to your room
Instead of full staging, add specific furniture pieces to a room using text descriptions. Describe exactly what furniture you want - "a large navy blue sectional sofa", "a round marble coffee table", "a mid-century walnut TV console" - and the AI places it naturally in your space.
How businesses use this capability
Show customers exactly how your products look in their rooms.
Power "see it in your room" features for online furniture stores.
Test specific furniture ideas before purchasing.
Show clients specific product recommendations in their space.
Ready-to-use code snippets
import requests
response = requests.post(
"https://api.decor8.ai/generate_designs_for_room",
headers={"Authorization": "Bearer YOUR_API_KEY"},
json={
"input_image_url": "https://example.com/my-room.jpg",
"room_type": "livingroom",
"user_prompt": "Add a large L-shaped grey sectional sofa facing the window, a round white marble coffee table in front of it, and two mustard yellow accent chairs across from the sofa."
}
)
print(response.json()["info"]["images"][0]["url"])| Parameter | Type | Required |
|---|---|---|
input_image_urlURL of the room photo | string | Required |
room_typeType of room | string | Required |
user_promptDetailed description of furniture to add, including colors, materials, and placement | string | Required |
num_imagesNumber of variations (1-4) | integer | Optional |
| Field | Type |
|---|---|
info.imagesArray of generated images | array |
info.images[].urlURL of the room with added furniture | string |
Get the best results from this API
Be specific about furniture size, color, material, and style
Include placement instructions ("against the wall", "in the corner")
Describe multiple pieces in one prompt for coordinated looks
Use relative positioning ("across from", "next to", "facing")
Other APIs that work well with Custom Furniture Placement
Integrate Custom Furniture Placement into your application today.