Building Materials Market Cooperative Society
A single REST API to access live material prices, AI-generated BOQs, government tender feeds, design renders, and escrow payments — for any platform you build.
API Reference
Every eBuilding capability is available as a programmable API — from marketplace pricing to AI-generated renders.
Marketplace API
Search products, fetch live prices, place and track orders programmatically.
12 endpointsBOQ Engine API
Submit drawings or text, receive structured BOQ with live pricing in seconds.
8 endpointsDesign AI API
Generate photorealistic renders and style variants from a text prompt or image.
6 endpointsTender Feed API
Stream 15,000+ government tenders daily, filtered to your categories and geography.
7 endpointsResale Marketplace API
List surplus materials, manage listings, and handle escrow transactions via API.
9 endpointsWebhooks & Events
Subscribe to real-time events — order updates, price alerts, tender matches, and more.
20+ event typesPlatform Capabilities
Enterprise-grade infrastructure, security, and observability — so you can focus on your product, not our plumbing.
Simple API key auth for server-to-server calls. OAuth 2.0 PKCE for user-facing apps. Scoped permissions for each resource.
P99 response time under 200ms globally. Powered by edge caching and regional data centers worldwide.
TLS 1.3 in transit, AES-256 at rest. SOC 2 Type II certified. IP allowlisting, rate limiting, and audit logs included.
Push-based webhooks for real-time events. Server-Sent Events for live price streams. Retry logic with exponential backoff built in.
API served from 12 edge nodes across 6 regions. Automatic failover. 99.9% uptime SLA backed by credit guarantees.
Real-time dashboard showing request volume, error rates, latency percentiles, and quota consumption by endpoint.
curl -X GET https://api.ebuilding.io/v1/marketplace/products \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "OPC cement 50kg", "country": "IN", "limit": 10}'Our REST API follows OpenAPI 3.1 spec with predictable resource URLs, standard HTTP verbs, and consistent JSON responses. Copy a code snippet and be making live calls in under 5 minutes.
POST /v1/boq/generate
{
"input_type": "text",
"description": "3BHK flat, 1200 sqft, modern kitchen, 2 bathrooms",
"currency": "USD",
"region": "global",
"webhook_url": "https://yourapp.com/webhooks/boq"
}POST a project description, a drawing URL, or a structured JSON spec — and receive a complete, line-itemised BOQ with live supplier prices attached, ready to embed in your own platform.
SDKs & Libraries
Official SDK libraries with full TypeScript types, async support, and auto-retry built in.
JavaScript / Node.js
Python
PHP
Go
Complete API reference & guides
Interactive docs, code playgrounds, postman collections, and step-by-step integration guides.
API Pricing
10,000 free requests every month — no credit card needed. Upgrade only when you need more.
Get your free API key, explore the docs, and make your first live call in under 5 minutes.