Introduction
PolicyNumbers provides two core API products:
Insurance Verification
Check whether a policy number is valid for a given insurer and insurance type. Synchronous (under 2 s), async with document OCR, and batch modes.
Public Datasets
UK economic time-series data: inflation, fuel, energy, house prices, rent, FX, and more. No credits required.
Base URL
https://policynumbers.com
All endpoints are under /api/v1/.
Response format
All responses are JSON. Error responses follow:
{
"error": "error_code",
"detail": "Human-readable description"
}
Rate limits
| Plan | Verifications / month | Requests / minute |
|---|---|---|
| Free | 10 | 10 |
| Pro | 500 | 60 |
| Growth | 2,000 | 200 |
| Enterprise | Custom | Custom |