AI-Powered
Score API
Programmatic access to SKOOR scores, business health data, and scoring computations through a REST API. Query scores, pull history, get recommendations, and trigger score computations — all from your own applications.
REST Endpoints
The Score API is available at /v1/business-health/* with endpoints for score lookup, score history, factor breakdown, recommendations, and on-demand computation. All responses are JSON. Authentication uses API keys scoped to your organization. Rate limits are 10,000 calls per day on Plus and unlimited on Enterprise.
Score Lookup and History
Retrieve the current score for any entity in your organization along with the 10-factor breakdown. Pull historical scores by date range to track trajectory. The history endpoint returns daily snapshots including the score value, each factor's contribution, and the events that influenced changes. Use this data to build custom dashboards, trigger workflows, or feed into your own analytics pipeline.
Compute and Integrate
The compute endpoint triggers an on-demand score recalculation with the latest data. Useful after importing a batch of transactions or completing a vendor review. The recommendations endpoint returns actionable steps to improve a specific score, ranked by expected impact. Integrate these into your own applications, internal tools, or partner platforms.
- REST API at /v1/business-health/* with JSON responses
- Endpoints: lookup, history, factors, recommendations, compute
- 10K calls/day on Plus, unlimited on Enterprise
- API key authentication scoped to your organization