Verification API
One call to know a Florida contractor is real, licensed, and insured.
Permit data tells you who worked. Verification tells you whether you can trust them right now. Check a DBPR license, workers-comp coverage, and lead-safe certification in a single request, refreshed daily. This is the part the permit aggregators structurally cannot match, because they never built the license, insurance, and certification layer.
Three checks, one primitive
- ✓License: status, type, effective and expiration dates, qualifier, plus computed is_active and expires_in_days
- ✓Insurance: workers-comp status, carrier, and policy dates from Florida DWC proof-of-coverage
- ✓Certifications: EPA RRP lead-safe and Florida minority or disadvantaged business designation
- ✓Look up by license, or by name plus county
- ✓Refreshed daily, so a lapse shows up fast
- ✓License verification is on every plan, including the free trial
The trust call
curl "https://permitintel.ai/api/v1/verify/license?license=CCC1331234" \
-H "Authorization: Bearer pmit_your_key"
curl "https://permitintel.ai/api/v1/verify/insurance?license=CCC1331234" \
-H "x-api-key: pmit_your_key"
curl "https://permitintel.ai/api/v1/verify/certifications?license=CCC1331234" \
-H "x-api-key: pmit_your_key"Built for onboarding and re-vetting
Run it once at onboarding to confirm a contractor checks out, then run it on a schedule to catch the ones who drift out of compliance. When you are ready to stop polling, the same checks become an always-on subscription in the Monitoring product. This is verification of a business from public records, not consumer credit or underwriting.
Verify your first license free
License verification is on every plan, including the 14-day trial. No card.
Start free trial