Coming Soon

Takeoff API

Autonomous blueprint reading as infrastructure. Upload a PDF, get back structured quantities and cost estimates. No manual measurement. The AI reads plans like a senior estimator.

$1/page

Simple usage-based pricing

30-page residential set = $30

200-page commercial set = $200

Request Early Access

No credit card required. We'll set up your account manually.

What the API returns

📐

Quantities

Items, dimensions, LF, SF, CY, rebar tonnage

💰

Cost Estimates

Per-item pricing matched to location

🏗️

Multi-Building

Per-building breakdown for complex sets

🔗

Webhooks

Async results with signed delivery

How it works

1

Upload a PDF

POST your blueprint as multipart form data. Include state + county for cost matching.

2

AI reads the plans

Text extraction, vector geometry, dual-model vision, per-building assembly. 2-5 minutes for a full set.

3

Get structured JSON

Items by building with quantities, dimensions, costs, and confidence levels. Poll or receive via webhook.

Simple to integrate

curl -X POST https://app.osqr.ai/api/v1/takeoff \
  -H "Authorization: Bearer otak_your_key" \
  -F "file=@plans.pdf" \
  -F "state=AZ" \
  -F "county=Maricopa"

# Response (202 Accepted)
{
  "jobId": "clx7abc123",
  "status": "queued",
  "pageCount": 234,
  "pollUrl": "/api/v1/takeoff/clx7abc123"
}

Full API documentation →

Power your takeoff with OSQR

Your users keep their UX. You get autonomous blueprint extraction behind the scenes. One API call replaces hours of manual measurement.

Request Early Access