For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create renders from image style transferring

Before
After
Style input

Description

Apply your chosen style to any room by uploading a style reference image.

Use cases

  1. Create a quick design from your customer’s brief.

Credit

1 successful Space Design API call = 1 credit.

API

POST https://api.spacely.ai/api/v1/generate/style-transfer

This endpoint is used to style transfer generate

Headers

Name
Type
Description

X-API-KEY*

String

Request Body

Name
Type
Description

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.).

styleImageUrl*

String

The URL pointing to additional references or inspirations for the design

renovateType*

String

The type of renovation, whether "residential", "commercial" or "exterior"

Example

Tips and tricks

After receiving the response, use this api to retrieve the data.

Get Resources

Support

Any question? Contact us at support@spacely.ai

Last updated