FREE CHECKER · NO API KEY
Check a business. See exactly what the API returns.
Run a real verification from your browser — no key, no signup. The request and the raw response below are the same ones your code will make.
Free checking covers 5 jurisdictions — Delaware, Florida, Texas, New Jersey and the UK. The API covers 19.
POST /v1/checker
{
"entity_name": "Stripe Inc",
"jurisdiction": "us-de"
}{
"results": [
{
"entity_name": "STRIPE, INC.",
"entity_type": "Corporation",
"status": "Good Standing",
"jurisdiction": "us-de",
"confidence": 0.97
}
],
"query": "Stripe Inc",
"jurisdiction": "us-de",
"total": 1
}curl -X POST https://api.bizverify.co/v1/checker \
-H "Content-Type: application/json" \
-d '{"entity_name":"Stripe Inc","jurisdiction":"us-de"}'Free checker vs the API
| This page | POST /v1/verify | |
|---|---|---|
| Authentication | None | X-API-Key header |
| Credits | None | 1 credit per quick check |
| Jurisdictions | 5 | 19 |
| Results per call | Up to 5 | Exact-match verification |
| Rate limit | 10 requests/minute per IP · 50 checks/day | Per-plan limits |
| Deep verification | Not available | Available on selected jurisdictions |
A check confirms
- · The entity is on the official register
- · Its name and entity type as recorded
- · Its current registry status
A check does not confirm
- · Solvency or creditworthiness
- · Beneficial ownership
- · Sanctions or PEP exposure
- · That the entity is not a shell
What you can check for free
Each of these has a page documenting its registry, status vocabulary and what a check returns.
Need another jurisdiction? See all 19Frequently asked questions
Do I need an API key to use this?
No. This page calls the public checker endpoint, which needs no authentication and consumes no credits. An API key is only needed for the full verification endpoint.
Why only 5 jurisdictions?
Free checking is a demo tier covering Delaware, Florida, Texas, New Jersey and the UK. The paid API covers 19 jurisdictions, including deep verification on selected ones.
Is this the same data the API returns?
Yes. The response shown on this page is the unmodified JSON body returned by the checker endpoint, read from the current official record at the moment you run it.
What are the rate limits?
The free checker allows 10 requests per minute per IP address, capped at 50 checks per day, and returns up to 5 results per call. The paid endpoint has per-plan limits instead.
Ready to build on it?
Free during beta. 50 credits/month. No card. Same key across every integration on this site.
Beta status · paid plans Q3 2026 · existing users keep beta pricing forever.