InfraFusion
InfraFusion - Infrastructure Threat Detection API Long Description Real-Time Threat Fusion for Critical Infrastructure InfraFusion is an enterprise-grade threat detection API that analyzes multi-domain signals to produce unified risk assessments for critical infrastructure assets. By fusing weather, cyber, physical security, and operational data in real-time, InfraFusion enables infrastructure…
InfraFusion endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
healthCheck /health |
Public endpoint to verify API availability. No authentication required. |
| Analysis | ||
| POST |
fuseBulk /fuse-bulk |
Process multiple assets in a single request. Maximum 50 assets per request. **Available on:** ULTRA, MEGA tiers |
| GET |
getFuseResult /get-fuse-result |
Retrieve a previously computed fusion result by request ID. **Available on:** PRO, ULTRA, MEGA tiers |
| POST |
tryFuse /try-fuse |
Demo endpoint for testing. Limited functionality, no authentication required. |
| POST |
fuseV2 /v2-fuse |
Enhanced fusion with utility and municipal signals support. **Available on:** All tiers (utility/municipal signals on ULTRA+) |
| POST |
fuse /fuse |
Main threat fusion endpoint. Analyzes multiple signal domains and returns a unified threat score. **Available on:** All tiers |
| Simulation | ||
| POST |
simulate /simulate |
Run what-if analysis by modifying signal values and observing threat score changes. **Available on:** PRO, ULTRA, MEGA tiers |
| History | ||
| GET |
trends /trends |
Get aggregated threat trends across assets or regions. **Available on:** PRO, ULTRA, MEGA tiers |
| GET |
assetHistory /asset-history |
Retrieve historical threat scores and signals for an asset. **Available on:** PRO, ULTRA, MEGA tiers |
| Forecasting | ||
| POST |
forecast /forecast |
Predict future threat levels based on historical patterns and scheduled events. **Available on:** ULTRA, MEGA tiers |
| Configuration | ||
| POST |
createWeightProfile /weight-profiles |
Create a custom weight profile for threat scoring. **Available on:** MEGA tier |
| DELETE |
deleteWeightProfile /weight-profiles/{profileId} |
Delete a weight profile. |
| GET |
listWeightProfiles /weight-profiles |
List all custom weight profiles for your account. **Available on:** MEGA tier |
| PUT |
updateWeightProfile /weight-profiles/{profileId} |
Update an existing weight profile. |
| Webhooks | ||
| POST |
createWebhook /webhooks |
Create a webhook to receive threat alerts. **Available on:** MEGA tier |
| DELETE |
deleteWebhook /webhooks/{webhookId} |
Delete a webhook configuration. |
| GET |
listWebhooks /webhooks |
List all configured webhooks for your account. **Available on:** MEGA tier |
| GET |
webhookLogs /webhooks/{webhookId}/logs |
Get delivery logs for a specific webhook. |
InfraFusion pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29 / month | — |
|
| ULTRA | $99 / month | — |
|
| MEGA | $299 / month | — |
|