Build the
Infrastructure
of Compliance
Access 100+ building code engines via a single, production-grade REST API. Validated against NBC 2016 and local DCRs.
Simple Integration
Request FSI, Setbacks, Parking counts, and Fire Safety requirements with a few lines of code. Our API handles the complexity of city-sub-rules and zonal regulations.
import requests
url = "https://api.niyamx.com/v1/calculators/fsi"
payload = {
"plot_area": 1000,
"city": "Mumbai",
"road_width": 12,
"prop_type": "Residential"
}
headers = {"X-API-Key": "YOUR_API_KEY"}
response = requests.post(url, json=payload, headers=headers)
print(response.json())REST API
Clean, predictable resource-oriented URLs. We use standard HTTP response codes and authentications.
Code Engines
Connect directly to our computational engines for structural engineering and environment analysis.
Localization
API support for translated responses and city-specific terminology in multiple Indian languages.
Request Access
Join the beta for NiyamX Developer Platform. Limited keys available.