Create renders from custom input

Before
After - Halloween bedroom

Description

Customize your design outputs with text prompts describing your ideal style to personalized design generation.

Use cases

  1. Tailored design presentations based on specific client briefs.

  2. Quick generate creative designs styles for your customers.

Credit

1 successful Space Design API call = 1 credit.

API

POST https://api.spacely.ai/api/v1/generate/advance

This endpoint is used to advance generate

Headers

Name
Type
Description

X-API-KEY*

String

Request Body

Name
Type
Description

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

prompt

String

This could be a parameter that serves as a prompt or instruction for the model, possibly related to the style or theme of the image processing task.

nPrompt

String

It seems to be an empty parameter, potentially used to provide additional instructions or information to the model.

renovateType*

String

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

{
  "data": REF_ID
}

Example

curl --location 'https://api.spacely.ai/api/v1/generate/advance' \
--header 'X-API-KEY: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
    "model": "spacely-v1",
    "imageUrl": IMAGE_URL,
    "prompt": "mid_century",
    "nPrompt": "",
    "renovateType": "residential"
}
'

Tips and tricks

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

Get Resources

Support

Any question? Contact us at [email protected]

Last updated