Color Visualization

Wall Color Visualization

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.

API Details

Endpoint/change_wall_color
Method
POST
Response Time5-10 seconds

When to Use This API

  • Choosing paint colors before buying
  • Showing clients color options
  • Comparing multiple color choices
  • Visualizing accent walls

Key Features

  • Support for major paint brands
  • Custom HEX color codes
  • Accurate color under room lighting
  • Maintains wall textures and shadows
  • Fast processing for quick comparisons

Use Cases

How businesses use this capability

Paint Retailers

Let customers visualize colors in their actual rooms before purchasing.

Interior Designers

Present color options to clients without physical samples.

Home Improvement Apps

Add color visualization to renovation planning tools.

Real Estate

Help buyers see past dated wall colors in listings.

Code Examples

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"])

Request Parameters

ParameterTypeRequired
input_image_url

URL of the room photo

string
Required
color_hex

HEX color code (e.g., #5F7A61)

string
Required
room_type

Type of room

string
Required

See full parameter documentation →

Response Fields

FieldType
info.url

URL of the room with new wall color

string

Pro Tips

Get the best results from this API

1

Test colors in photos with similar lighting to your actual room

2

Compare 3-5 colors to help with decision making

3

Consider how the color looks with your existing furniture

4

Test both warm and cool versions of your preferred color family

Frequently Asked Questions

Related Capabilities

Other APIs that work well with Wall Color Visualization

Ready to Get Started?

Integrate Wall Color Visualization into your application today.