REST API · JSON · UK & EU Compliance
Add compliance intelligence
to your platform
The SummitBridge Horizon NIS2 Risk Score API. One endpoint. Instant compliance risk assessment.
Get API KeyPricing
Starter
£49/mo
1,000/month
Most Popular
Growth
£299/mo
10,000/month
Enterprise
£999/mo
Unlimited
Quick Start
POST /api/v1/nis2-score
x-api-key: YOUR_API_KEY
Content-Type: application/json
{
"sector": "Energy",
"employees": "250",
"country": "UK",
"currentControls": ["ISO27001", "firewalls"]
}
// Response
{
"success": true,
"data": {
"overallScore": 72,
"nis2Scope": true,
"riskLevel": "medium",
"topGaps": ["incident reporting", "supply chain security"],
"estimatedComplianceEffort": "8-12 weeks",
"priorityActions": ["Establish 24h incident reporting", "..."],
"summary": "Organisation falls within NIS2 scope..."
},
"meta": {
"poweredBy": "SummitBridge Horizon",
"apiVersion": "v1"
}
}Authentication
All requests require an x-api-key header. Keys are issued upon subscription activation.
Rate limits are enforced per subscription tier. When your quota is exceeded, the API returns 429 with quota_exceeded.
Error Codes
| Code | Meaning |
|---|---|
| 400 | Missing or invalid fields |
| 401 | Invalid or missing API key |
| 429 | Query quota exceeded |
| 500 | Internal server error |