Supplied public company data analysis
Structured UK company risk signals from supplied data.
Analyze supplied Companies House-style public company data and return predictable onboarding and risk indicators.
POST /v1/uk-company-intelligence/analyze
curl -X POST https://api.antops.dev/v1/uk-company-intelligence/analyze \
-H "X-API-Key: YOUR_RAPIDAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"company_number": "12345678",
"company_name": "Example Ltd",
"company_status": "active",
"sic_codes": ["62012"]
}'200 OK
{
"risk_score": 18,
"risk_level": "low",
"company": { "company_status": "active" },
"issues": [],
"disclaimer": "Automated business risk snapshot using supplied public data only."
}Capabilities
One input. Useful signals.
Use cases
Designed for engineering workflows.
- Normalize public company data in a B2B onboarding workflow
- Create review signals for supplied company records
- Add explainable indicators to an internal operations queue
Integrate
Keep the workflow yours.
- Provide your own public/company data as JSON
- Store the returned risk level with an onboarding case
- Route findings to manual review based on your own policy
Scope and limitations
Signals, not unsupported promises.
- AntOps analyzes supplied public/company data; it does not independently enrich from Companies House.
- It does not fetch private data or make credit decisions.
- The output is an automated signal, not legal, financial or credit advice.
FAQ
Before you call the API.
Does AntOps fetch Companies House data automatically?
No. The current API analyzes the Companies House-style public/company data you supply.
Does it make a credit decision?
No. It returns automated onboarding and risk signals only.
What company identifiers are accepted?
An eight-digit company number or supported UK prefix format is required, alongside the supplied company fields.
Ready to integrate