Create renders from Spacely AI preset styles


Description
Transform your room images into beautifully designed spaces by selecting one of Spacely AI's preset styles. Ideal for instant redesigns and style visualizations.
Use cases
Visual style experimentation for client proposals.
Rapid concept generation for design projects.
Credit
1 successful Space Design API call = 1 credit.
API
POST
https://api.spacely.ai/api/v1/generate/standard
This endpoint is used to standard generate
Headers
X-API-KEY*
String
Request Body
model*
String
The model name of the project.
(e.g., "spacely-v1", "spacely-unfurnished-space", "spacely-style-transfer").
imageUrl*
String
The URL of the image representing the room or space to be designed/renovated.
(e.g., "https://storage.googleapis.com/spacely/public/image/roomstyle3/bathroom-modern.jpg").
spaceType*
String
The type of the space (e.g., "bedroom", "living_room", "kitchen", etc.).
spaceStyle*
String
The style of the space (e.g., "modern", "minimalist", "industrial_loft", etc.).
spaceColor
String
The primary color theme or set used in the space (optional).
(e.g., "set_1", "set_2", "set_3", etc.)
renovateType*
String
The type of renovation, whether "residential", "commercial" or "exterior"
styleUrl
String
The URL pointing to additional references or inspirations for the design
materialsIds
String[]
An array of material IDs representing the materials used in the project (e.g., "paper_wallpaper", "particle_board", "porcelain_tile", etc.).
{
"data": REF_ID
}
Example
curl --location 'https://api.spacely.ai/api/v1/generate/standard' \
--header 'X-API-KEY: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"model": "spacely-v1",
"imageUrl": IMAGE_URL,
"spaceType": "bedroom",
"spaceStyle": "modern",
"spaceColor": "",
"renovateType": "residential",
"styleUrl": "",
"materialsIds": [
"paper_wallpaper",
"particle_board",
"porceline_tile"
]
}'
Tips and tricks
After receiving the response, use this api to retrieve the data.
Get ResourcesSupport
Any question? Contact us at [email protected]
Last updated