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
  • ENDPOINT
  • Request
  • Response

Was this helpful?

  1. Data

Design Scope

This API retrieves design scope information, providing details on design types, design styles, room types, colors, and other relevant data.

ENDPOINT

GET /designscope

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

Request

You need to pass a token and use the endpoint "/designscope" to fetch data for all design types, including required parameter value details.

If you need to fetch details for specific design types like Interior, Exterior, or Garden, you can use the following endpoints:

  • For Interior: /designscope?interiors

  • For Exterior: /designscope?exteriors

  • For Garden: /designscope?gardens

Response

Success Response (200)

{
    
"Interiors": {
        "design_style": [
            {
                "name": "No Style"
            },
            {
                "name": "Eclectic"
            },
          
        "room_type": [
            {
                "name": "Living Room"
            },
            {
                "name": "Bedroom"
            },

}
PreviousUser DetailsNextWhat is Masked Image?

Last updated 1 month ago

Was this helpful?