A REST API giving programmatic access to the full suite of NOVTRIQ engineering calculation tools — PUE, EPBD, NIS2, thermal analysis, carbon, structural design, and more.
https://api.novtriq.tech/v1
Format: JSON
Auth: X-NOVTRIQ-Key
All API requests must include your API key in the request header. You can generate and manage keys from your NOVTRIQ dashboard.
All tool endpoints accept POST requests with a JSON body. Every response includes a result object, a confidence score, cited references, and actionable recommendations.
Request Body
Response Fields
Request Body
Response Fields
Request Body
Response Fields
Request Body
Response Fields
Calculate PUE for a 500 kW facility using curl.
curl -X POST https://api.novtriq.tech/v1/tools/pue \ -H "X-NOVTRIQ-Key: nvq_your_api_key_here" \ -H "Content-Type: application/json" \ -d '{ "total_power_kw": 500, "it_power_kw": 350, "cost_per_kwh": 0.18, "facility_type": "data_center" '} # Example response { "result": { "pue": 1.43, "annual_cost_eur": 789840 }, "confidence": 0.97, "references": ["EN 50600-4-2", "The Green Grid WP#49"], "recommendations": [ "Consider hot/cold aisle containment to reduce PUE to ~1.25", "UPS efficiency upgrade could save ~€32,000/yr" ] }
Rate limits apply per API key. Exceeding limits returns HTTP 429 Too Many Requests with a Retry-After header.
| Plan | Requests / Hour | Requests / Month | MCP Access | Support |
|---|---|---|---|---|
| Free | 10 | 100 | No | Community |
| Developer | 200 | 1,000 | Yes | |
| Enterprise | Unlimited | Unlimited | Yes | SLA + Dedicated |
Prefer calling NOVTRIQ tools from Claude, Cursor, or another AI assistant? Use the MCP server for direct AI-to-tool integration without any custom code.
NOVTRIQ MCP Server — Connect Claude Desktop, Cursor, Continue.dev, or any MCP-compatible client directly to all eight engineering tools. No REST calls required.
Start building with NOVTRIQ
Get your API key and integrate engineering calculations into your workflow in minutes.
Get API Key