API Documentation
  • Introduction
  • API Reference
  • 🔐Authentication
  • Core APIs
    • Perfect Redesign
    • Beautiful Redesign
    • Creative Redesign
    • Sketch to Render
    • Virtual staging
    • Precision
    • Fill Spaces
    • Decor Staging
    • Furniture Removal
    • Colors & Textures
    • Furniture Finder
    • Full HD
    • Text to design
    • Furniture Creator
    • Design Advisor
    • Sky Colors
    • Design Transfer
    • Floor Editor
    • Paint Visualizer
    • Material Swap
    • Room Composer
    • Design Critique
    • Create Mask Image
    • Download Generated Images
    • Smart Home AI
  • DESIGN SCOPE
    • Interiors
      • Design Styles for Interiors
      • Room Types
      • Colors in Interior Design
      • Explore Material Options for Interior Designs
    • Exteriors
      • Design Styles for Exteriors
      • Copy of Design Styles for Exteriors
      • House angles
      • Exterior Colors
      • Material Options for Exterior Designs
    • Gardens
      • Design Styles for Gardens
      • Garden Types
      • Explore Color Options for Garden Designs
      • Material Options for Garden Designs
  • Data
    • User Details
    • Design Scope
  • Others
    • What is Masked Image?
Powered by GitBook
On this page

Was this helpful?

  1. Core APIs

Furniture Creator

You can work with custom instructions to create unique and personalized furniture pieces for your design projects.By providing custom instructions, you can ensure that the furniture created in the module perfectly fits your design vision and complements the overall aesthetic of the space.

ENDPOINT

POST /furniture_creator

An API URL would be like https://homedesigns.ai/api/v2/furniture_creator

Generate furniture and object ideas starting from your text instructions.

An API request must be in the form-data format.

Request

Parameters & Data Type
Value
Description

custom_instruction

string

-

By providing custom instructions, users can communicate their unique vision and style preferences to the AI system, Text-to-design is a process where text-based input or descriptions are used to generate visual designs or concepts.

Parameters & Errors

custom_instruction

Error Messages
Reason

custom_instruction field required.

You need to enter your query. Blank fields are not accepted.

mode

Error Messages
Reason

The mode field is required.

The mode type field is required to get the result.

The mode type value is not a valid enumeration member. Permitted values are: [faster, lower].

mode type not provided properly

//Output should be in list of array depends on no of designs as shown below:

{
    "output_images": [
            "https://storage.googleapis.com/generativebucketapi/UserGenerations/cristian/20230901-085649876484-1.png",
    ]
}

PreviousText to designNextDesign Advisor

Last updated 1 month ago

Was this helpful?

Page cover image