Floor Plan Match APINew

Make every resale condo listing better.

Automatically attach the original developer floor plan and the exact unit size to any resale condo listing — matched from tens of thousands of floor plans built over 15 years of pre-construction data. No manual hunting, no guessing.

Included on Pro & Elite · free sandbox for testing.

match.sh
$ curl -X POST "https://api.redbricks.dev/api/v1/floorplan-matches" \
  -H "Authorization: Bearer $KEY" \
  -d '{
    "address": "89 Church St",
    "unit": "3303",
    "beds": 1, "baths": 1,
    "size": "600-699"          // MLS range
  }'

// 200 OK
{
  "match": {
    "confidence": 1.0,
    "project_name": "The Saint Condos",
    "floorplan_name": "S1",
    "exact_size_sqft": 623,      // exact, not a range
    "floor_plan_image": "…/s1-floor-plan.jpg",
    "original_developer_price": 628000,
    "brochure_url": "…/the-saint-brochure.pdf"
  }
}
The problem

A resale condo listing hides what buyers actually want.

Two gaps, on every resale condo: there's no floor plan, and the size is a vague MLS range — not the real number.

No floor plan

Finding the matching developer floor plan for an existing listing is slow, manual work. We serve it automatically from a database of tens of thousands of plans, so buyers can actually see the unit.

Size is a range, not the truth

MLS reports size as a band — “600–699 sq ft.” We resolve the exact unit: 623 sq ft. Better for buyers, and far better for any number you calculate from it.

On MLS today
89 Church St #3303
Size: 600–699 sq ft (range)
No floor plan
No brochure or developer history
With Floor Plan Match
89 Church St #3303 · The Saint Condos · plan S1
Size: 623 sq ft — exact
Original developer floor plan
Brochure + original price & history
Why exact size matters

Every per-square-foot number inherits the error.

A 600–699 range can be ±8% off the real area. Anything computed from size compounds that — pricing, fees, valuations and comps all drift. An exact unit size makes the whole stack downstream of it accurate.

Price per square foot

A real area means a real $/sq ft — at the unit, building and market level. Ranges quietly skew every comparison.

Maintenance fees per sq ft

Fee-per-foot is a core condo metric. It’s only meaningful when the denominator is the exact size, not a 100 sq ft band.

Valuations & comps

AVMs and comp sets built on exact unit areas hold up; ones built on MLS ranges inherit and compound the error.

Why only Red Bricks
Only possible because of 15 years of pre-construction data.

Matching a resale unit back to its original developer floor plan requires having collected every plan, in every project, since 2010. That archive — tens of thousands of floor plans — is the moat. It can't be scraped after the fact.

The Red Bricks data story
How it works

Send the listing's own details. Get the exact unit back.

01

Send the listing details

POST the address, unit number, beds, baths and the size range to /api/v1/floorplan-matches. One request — the listing’s own fields, nothing special required.

02

We resolve the exact unit

We match it to the original pre-construction unit across tens of thousands of developer floor plans — 15 years of data — and return a confidence score.

03

Get the floor plan & exact size

Back comes the developer floor plan, the exact square footage, the brochure and original pricing — ready to render on the listing.

Live proof

The literal API output, in production.

A listing rendered on TalkCondo — the developer floor plan and the exact 1,517 sq ft are the raw API response, rendered live at 100% confidence (versus the listed “1,400–1,599” range).

Rendering live on TalkCondo #9901 · 11 Yorkville Avenue · 100% confidence
talkcondo.com/listings/9901-11-yorkville-avenue
A condo listing with Floor Plan Match — the original developer floor plan (PH 07) auto-attached and the exact 1,517 sq ft unit size reconciled, confirmed against the listing
Who it's for

Anyone serving resale condo listings.

Brokerages & condo portals
Show the real floor plan and exact size on every resale condo listing — automatically.
Valuation & AVM
Anchor models to exact unit areas and original developer pricing, not MLS ranges.
Data & analytics teams
Accurate $/sq ft and fee-per-foot across whole buildings, not band-estimates.
Marketing teams
Unit-accurate listing pages and microsites without manual floor-plan hunting.

Make your condo listings better.

Free API key, no credit card. Floor Plan Match is included on Pro & Elite.