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

  1. Visual style experimentation for client proposals.

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

Request Body

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

Support

Any question? Contact us at support@spacely.ai

Last updated