api.mlsystemsri.com
Construction Intelligence
Data API
23 endpoints across design intelligence, material recovery, construction efficiency, equity analytics, and humanoid ontology. Real data from real job sites.
Base URL
https://api.mlsystemsri.com/api/v1Authentication
All endpoints (except /health) require an API key passed as a Bearer token.
Get your API key at app.mlsystemsri.com/billing
Response Format
Every response follows a standard envelope:
Pricing Tiers
Free
Free
100 / day
Starter
$49/mo
10,000 / day
Pro
$149/mo
100,000 / day
Enterprise
Custom
1,000,000 / day
Endpoints
Design Intelligence5 endpoints
/design/stylesFreeDistribution of architectural styles across all design sessions.
/design/sustainabilityFreeSustainability score distribution (0–100) with bucket breakdown.
/design/dfdFreeDesign for Deconstruction rule adoption rates across 6 DfD rules.
/design/regulatoryFreeRegulatory envelope coverage rates across 8 zoning/permitting items.
/design/briefs/sampleProTop 5 anonymized design briefs ranked by sustainability score.
Material Recovery4 endpoints
/materials/recovery-ratesFreeOverall and per-category material recovery rates.
/materials/dispositionsFreeMaterial disposition breakdown (resale, reuse, recycled, discarded).
/materials/inventoryStarterPaginated list of recovered materials available for resale/reuse.
Params: limit (max 100, default 50), offset (default 0)
/materials/valuationsStarterValuation accuracy per category — estimated vs actual resale value.
Construction Efficiency3 endpoints
/efficiency/benchmarksFreeAI efficiency score distribution (0–100) with component averages.
/efficiency/phasesStarterPhase duration benchmarks — average days per construction phase type.
/efficiency/timelineStarterMilestone performance: on-time rate, average delay for late milestones.
Equity & Financial3 endpoints
/equity/rcm-performanceStarterReversed Conventional Mortgage loan performance metrics.
/equity/curvesStarterHistorical equity growth curves — anonymized, multi-cycle snapshots.
/equity/projectionsStarterForward-looking equity projection using 1.09x cycle multiplier over 8-month cycles.
Params: startValue (default 500000), cycles (1–20, default 5), recoveryRate (0–100, default 85)
Humanoid Ontology6 endpoints
/ontology/task-codesEnterprise81 unique task codes from ML1 ground-truth dataset — 1,480 executions across 269 work days.
/ontology/phasesEnterprise13-phase construction sequence DAG with prerequisites and dependencies.
/ontology/primitivesEnterprise51 atomic robot action primitives — the foundational motion vocabulary for construction robotics.
/ontology/robot-paramsEnterpriseRobot parameter export: task sequences, tool requirements, body mechanics.
/ontology/sequenceEnterpriseFull construction sequence with 4-tier robot deployment roadmap.
/ontology/ml1-metadataEnterpriseML1 Manual Labor node metadata: 269 work days, 38 job sites, performance benchmarks.
Webhooks3 endpoints
/webhooksStarterRegister a webhook endpoint. Max 5 per API key. Auto-disabled after 10 consecutive failures.
Params: url (HTTPS required), events (array of event types)
/webhooksStarterList all webhooks registered to your API key.
/webhooksStarterDeactivate a webhook by ID.
Params: id (webhook UUID)
Bulk Export1 endpoints
/exportProDownload a full dataset as CSV. Supports materials, scores, equity, and phases. Parquet coming soon.
Params: dataset (materials|scores|equity|phases), format (csv)
Health1 endpoint
/healthPublicService health check. No authentication required.