Preview paint colors on your walls instantly
See exactly how different paint colors will look on your walls before buying a single can. Upload a room photo, specify a color (HEX code or paint brand color name), and get back a realistic visualization. Supports Benjamin Moore, Sherwin-Williams, Behr, and custom colors.
How businesses use this capability
Let customers visualize colors in their actual rooms before purchasing.
Present color options to clients without physical samples.
Add color visualization to renovation planning tools.
Help buyers see past dated wall colors in listings.
Ready-to-use code snippets
import requests
response = requests.post(
"https://api.decor8.ai/change_wall_color",
headers={"Authorization": "Bearer YOUR_API_KEY"},
json={
"input_image_url": "https://example.com/room.jpg",
"color_hex": "#5F7A61",
"room_type": "livingroom"
}
)
print(response.json()["info"]["url"])| Parameter | Type | Required |
|---|---|---|
input_image_urlURL of the room photo | string | Required |
color_hexHEX color code (e.g., #5F7A61) | string | Required |
room_typeType of room | string | Required |
| Field | Type |
|---|---|
info.urlURL of the room with new wall color | string |
Get the best results from this API
Test colors in photos with similar lighting to your actual room
Compare 3-5 colors to help with decision making
Consider how the color looks with your existing furniture
Test both warm and cool versions of your preferred color family
Other APIs that work well with Wall Color Visualization
Integrate Wall Color Visualization into your application today.