Real-Time AI-Driven Due Diligencefor NZ Businesses, Corporates & Enterprises
Trust as a Service
A single endpoint for comprehensive entity credibility and compliance verification.
Checkbase API provides real-time, authoritative due diligence through advanced AI technology.
It seamlessly aggregates and analyzes official Companies Register data, director linkages, insolvency filings, compliance statuses, and trusted media signals, delivering instant, reliable insights for informed decision-making.
1. POST a company for screening
curl -X POST https://api.checkbase.co.nz/v1/check \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "company_name": "Sample Company Limited",
"callback_url": "https://webhook.example/my-endpoint" }'
2. Receive the webhook callback
{
"job_id": "e17e1c3f-e9d1-4f2a-9c91-…",
"status": "accepted"
}
… later …
{
"job_id": "e17e1c3f-e9d1-4f2a-9c91-…",
"status": "DONE",
"ai_summary": "1 flagged director · 5 insolvency filings ..."
}