VOOZH about

URL: https://apify.com/calm_necessity/ai-floor-planner

โ‡ฑ AI Floor Plan Creator API โ€“ Generate Floor Plans from Text ยท Apify


Pricing

from $80.00 / 1,000 results

Go to Apify Store

This Actor provides an AI Floor Plan Creator API that generates clean, professional floor plans from simple text descriptions or structured inputs.It helps users quickly visualize architectural layouts without manual drafting or CAD software.

Pricing

from $80.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Taher Ali Badnawarwala

Taher Ali Badnawarwala

Maintained by Community

Actor stats

2

Bookmarked

160

Total users

2

Monthly active users

4 months ago

Last modified

Share


TL;DR

  • Input: One text prompt (floor plan description)
  • Output: Floor plan image URL + metadata + AutoCAD commands
  • Use it for: Architecture, real estate, interior design, automation, construction
  • Result time: Usually 1โ€“2 minutes (generation is done by external API)

Table of contents


Try it now

ActionLink
Run in Apify ConsoleOpen Actor โ†’ Start
API (sync)POST https://api.apify.com/v2/acts/YOUR_USERNAME~ai-floor-planner/run-sync

Replace YOUR_USERNAME with your Apify username.


Overview

The AI Floor Planner creates floor plans from plain text using the MultipleWords floor plan generation API. You describe the layout, rooms, and style; the Actor returns a generated floor plan image URL, structured metadata, and AutoCAD commands for technical implementation.

This Actor is useful when you need floor plans on demand, at scale, or as part of an automated workflow.

Common use cases

CategoryExamples
Architecture & designRapid prototyping, layout variations, residential/commercial plans
Real estateProperty listings, virtual staging, renovation proposals
Interior designFurniture layouts, space planning, client presentations
Development & automationBatch generation, API integration, automated documentation
Construction & planningInitial concepts, approval alternatives, technical drawings

Note: Usage rights depend on the upstream API and your Apify plan. Review terms before commercial use.


Usage examples

Paste these into the Prompt field or API input.

ScenarioPrompt
Small apartmentGenerate a simple 2-bedroom apartment with a living room, kitchen, and bathroom.
Modern houseModern 3-bedroom house with open-plan kitchen and living area, two bathrooms, and a home office.
StudioCreate a floor plan for a small studio apartment with a kitchenette and bathroom.
CommercialOffice layout with open workspace, 4 meeting rooms, and reception area.
Renovation2-bedroom flat with separate kitchen, combined living-dining, and one bathroom.

Features

  • Text-to-floor-plan generation from a single prompt
  • Clean JSON output with image URL, metadata, and AutoCAD commands
  • Works in bulk via API or standby HTTP mode
  • Input validation and retries with exponential backoff
  • Runs fully on Apify (Console, API, automation tools)
  • Dataset views: overview table and detailed view for easy reading in Output tab

Configuration

All settings are provided via the Actor input.

Input parameters

ParameterTypeRequiredDefaultDescription
promptstringYesโ€”Text description of the floor plan to generate

Prompt tips

  • Include room types and count (bedrooms, bathrooms, kitchen, etc.)
  • Mention layout preferences (open concept, separate rooms)
  • Specify approximate dimensions if you have requirements
  • Describe intended use (residential, commercial, office)
  • Add special requirements (accessibility, storage) if needed

Example input

{
"prompt":"Generate a modern 3-bedroom house with an open-plan kitchen and living area, two bathrooms, and a home office."
}

Usage

Apify Console

  1. Open the Actor in Apify Console.
  2. Enter a prompt in the Prompt field (or use the default).
  3. Click Start and check the Output tab for the floor plan URL, metadata, and AutoCAD commands.

API (run-sync)

Replace YOUR_USERNAME with your Apify username and YOUR_API_TOKEN with your Apify API token.

curl-X POST "https://api.apify.com/v2/acts/YOUR_USERNAME~ai-floor-planner/run-sync?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{"prompt": "Generate a simple 2-bedroom apartment with a living room, kitchen, and bathroom."}'

Response includes runId, status, and dataset items with imageUrl, imageLink, details (including autocadCommands, summary, originalPrompt), and timestamp.


Output

Each run writes one or more items to the default dataset. The Output tab shows organized views (overview and detailed) thanks to the output schema. Each item looks like:

FieldDescription
statusSuccess indicator (1 = success)
imageUrlDirect URL of the generated floor plan image
imageLinkSame URL for link display in Console
detailsFull API response (id, timestamps, engine, originalPrompt, detailedDescription, autocadCommands, summary, etc.)
timestampISO timestamp when the result was saved

Example output (dataset item)

{
"status":1,
"imageUrl":"https://example.com/floor-plans/generated.png",
"imageLink":"https://example.com/floor-plans/generated.png",
"details":{
"id":506170,
"imageUrl":"https://example.com/floor-plans/generated.png",
"imageDescription":"2-bedroom apartment floor plan",
"imageName":"floor plan generation",
"imageCreatedAt":"2026-01-23T12:55:52.106684Z",
"originalPrompt":"Generate a simple 2-bedroom apartment...",
"detailedDescription":"Detailed floor plan description...",
"autocadCommands":"LINE 0,0 100,0\nRECTANGLE 0,0 100,80...",
"summary":"Floor plan summary..."
},
"timestamp":"2026-01-23T12:55:52.000Z"
}

In the Apify Console Output tab you can open Floor Plan Image or Image Link and copy the URL for use in listings, CAD tools, or automation.


For bloggers & tutorial writers

You can use this Actor in tutorials, blog posts, or videos without running it first:

For promotion ideas, copy-paste posts, and where to share, see PROMOTION.md in this repo.


Grow your user base

Promote your Actor to reach more users. Share it where your audience is active:

ActionWhere
ShareRelevant communities, forums, and social media (e.g. Apify Discord, Reddit r/architecture, r/RealEstate, LinkedIn)
ContentBlog posts, tutorials, or videos showing use cases (e.g. "From text to floor plan in 5 minutes", Make/Zapier automation)
Store visibilityKeep actor.json strong: title, description, and readme affect how you appear in the Apify Store and search

Quick links: Copy-paste posts, channels, and a weekly checklist โ†’ PROMOTION.md.


Integration

  • Make (Integromat) โ€” Use the Apify module and select this Actor; map your prompt to the Prompt input.
  • Zapier โ€” Use the Apify Zapier app and choose "Run Actor"; select this Actor and pass the prompt.
  • Custom apps โ€” Call the Apify API (/run or /run-sync) with the same input JSON.

Technical details

  • Runtime: Node.js (see Dockerfile).
  • Input: Validated against the input schema; invalid input returns a clear error.
  • External API: Uses MultipleWords floor plan API (prompt_to_autocad); failures are retried with exponential backoff.
  • Output schema: Defined in .actor/output_schema.json so the Output tab shows organized tables and links.

FAQ

How long does a run take?
Usually 1โ€“2 minutes for a single prompt; the external API performs the actual generation.

Can I run multiple prompts in one go?
Yes. Send one prompt per run, or trigger multiple runs via API or automation tools for batch generation.

Where is the image stored?
The image is hosted by the upstream API. The Actor returns the URL; you can download or hotlink it.

Do I need an API key for the floor plan API?
The Actor uses its own integration; you only need your Apify account and (for API calls) your Apify API token.

What is the output schema?
The output schema defines how results appear in the Apify Console Output tab (overview table, detailed view, full dataset), so users see clear field names and types instead of raw JSON.


Resources

  • Apify Console โ€” Run the Actor and view datasets
  • Apify API โ€” Run actors programmatically
  • Actor output schema โ€” Define and present Actor output
  • PROMOTION.md โ€” How to promote this Actor and grow your user base

You might also like

AI Blueprint Analyzer: Floor Plan & Construction Data

ntriqpro/blueprint-intelligence

AI-powered architectural blueprint analyzer. Extract floor plans, rooms, dimensions, materials, walls, doors & structural elements from construction drawings. Built for architects, contractors, real estate pros. Batch up to 10 images. PDF & JPG. Structured JSON.

SolidWorks MCP Server โ€” AI CAD Automation

obedient_hierarchy/solidworks-mcp-server

MCP (Model Context Protocol) server that lets AI assistants like Claude control SolidWorks. Create parts, sketch, extrude, assemble, run FEA simulations, export to STEP/IGES/STL/PDF, and more โ€” all via natural language. Supports 3DEXPERIENCE Works (cloud) and SolidWorks Desktop COM API (Windows).

Funda.nl | Only $0.75๐Ÿ’ฐ | Search By Url or Keywords/Filters

memo23/funda-scraper

๐Ÿ’ฐ$0.75 per 1,000 results. The Fulda Scraper offers advanced customization, retry mechanisms, and detailed output, simplifying the data collection process and providing actionable insights for real estate professionals, investors, and researchers.

๐Ÿ‘ User avatar

Muhamed Didovic

159

5.0

Obituary Life-Insurance Lead Scraper

george.the.developer/obituary-life-insurance-leads

Recent US obituaries with surviving family extraction, funeral home details, estate signals, lead score, and insurance pitch angles. Built for life insurance agents and estate planners. Pay per result.

12

Florida Business Leads

great_pistachio/florida-business-leads

Get fresh Florida business filings daily โ€” LLC/Corp registrations with officer names, addresses, registered agents, and filing details. Sourced directly from Florida Division of Corporations. Ideal for insurance agents, B2B sales, and lead generation.

๐Ÿ‘ User avatar

Saturnin Pugnet

28

Florida Sunbiz Scraper - Business Entity & LLC Leads

pink_comic/sunbiz-florida-business-leads

Florida Sunbiz scraper for business entity filings, LLC/corp lookup data, registry verification, and new-company leads. Extract names, status, officers, registered agents, addresses, FEI/EIN fields, and filing dates from Florida Division of Corporations. For KYC, prospecting, and due diligence.

Funda Listing Scraper

powerbox/funda-listing-scrape

Scrape property listings from Funda.nl by providing a search URL, with automatic pagination and comprehensive real estate data extraction.

Funda.nl Scraper ๐Ÿ 

easyapi/funda-nl-scraper

Scrape property listings from Funda.nl - Extract detailed real estate data including prices, locations, property features, and more. Perfect for real estate analysis and market research in the Netherlands.