Upload CAD File
Drag & Drop CAD File
or click to browse
Supported: DXF, DWG (max 16MB)

API Upload

POST to /api/cad/upload with multipart form data

# cURL example curl -X POST http://localhost:15090/api/cad/upload \ -F "file=@building.dxf" # Python example import requests response = requests.post( 'http://localhost:15090/api/cad/upload', files={'file': open('building.dxf', 'rb')} )
Demo Samples

Select a pre-configured sample to demonstrate CAD extraction

Compliant G+1 Residential
A fully compliant 2-floor residential building with proper setbacks
300 sq.m 2 floors
Non-Compliant Residential
A residential building with multiple violations
500 sq.m 4 floors
Commercial Building
A commercial building with shop spaces
600 sq.m 3 floors
SCS Eligible Small House
Small residential plot eligible for Self Certification Scheme
150 sq.m 2 floors
CAD Preview No file loaded
Upload a CAD file or select a sample
Extracted Data
Plot Area
--
Plot Dimensions
-- x --
Building Area
--
Floors / Height
-- / --
Front Setback
--
Rear Setback
--
Side Setbacks
-- / --
Parking Area
--
Largest Room
--
Kitchen
--
RWH
--
Solar
--
Processing CAD file...