Create original room designs from scratch
Generate completely new room designs without any input image. Describe what you want or select a style, and the AI creates original, inspirational room designs. Great for mood boards, design exploration, and creative brainstorming.
How businesses use this capability
Build inspiration galleries showcasing different styles.
Generate style examples before photographing client spaces.
Create original imagery for marketing and social media.
Generate examples of different design styles for learning.
Ready-to-use code snippets
import requests
response = requests.post(
"https://api.decor8.ai/generate_inspirational_designs",
headers={"Authorization": "Bearer YOUR_API_KEY"},
json={
"room_type": "livingroom",
"design_style": "japandi",
"num_images": 3
}
)
for image in response.json()["info"]["images"]:
print(image["url"])| Parameter | Type | Required |
|---|---|---|
room_typeType of room to generate | string | Required |
design_styleDesign style to apply | string | Required |
num_imagesNumber of images to generate (1-4) | integer | Optional |
user_promptCustom description for more control | string | Optional |
| Field | Type |
|---|---|
info.imagesArray of generated design images | array |
info.images[].urlURL of the generated design | string |
Get the best results from this API
Generate multiple variations to find the best inspiration
Use custom prompts for very specific design concepts
Great for A/B testing which styles resonate with users
Combine with style transfer to apply favorites to real rooms
Other APIs that work well with Generate Inspirational Designs
Integrate Generate Inspirational Designs into your application today.