Switch from HazardHub to PerilPulse
Migration is as simple as changing your base URL. Same endpoints, same response format, better pricing.
🎯 Smart Coverage: We analyzed thousands of API calls and discovered that most users only need a fraction of the available data fields. By focusing on the essential risk assessment data that actually drives underwriting decisions, we can offer you the same insights at significantly lower cost. It's not about having less—it's about having exactly what you need.
How Easy Is Migration?
Your Current Code
api.hazardhub.com/v1/risks
Expensive • Contracts • Minimums
Just Change URL!
Your New Code
api.perilpulse.com/v1/risks
$1.40/query • No contracts • No minimums
Migration Steps
Sign Up for PerilPulse
Create your account and get your API key. Start with just a $50 deposit.
Update Your Base URL
Change api.hazardhub.com
to api.perilpulse.com
Update Your API Key
Replace your HazardHub token with your new PerilPulse API key.
That's It! 🎉
Your application now uses PerilPulse. Same data structure, better pricing.
API Response Format
Here's an example of the complete response you'll receive from PerilPulse. The structure matches HazardHub for seamless migration.
The Supreme Court says you can't copyright a JSON schema: Google LLC v. Oracle America, Inc., 593 U.S. 1 (2021)
Complete API Response
Visual Risk Summary
Same complete API response with visual risk indicators added
Field Availability Guide
These fields are available in PerilPulse and will be populated in your API responses.
These fields are not available in PerilPulse. They will not appear in API responses.
Code Examples
Before: HazardHub
const response = await fetch(
'https://api.hazardhub.com/v1/risks?' +
'address=123+Main+St&city=Austin&state=TX',
{
headers: {
'Authorization': 'Token token=YOUR_HAZARDHUB_KEY'
}
}
);
After: PerilPulse
const response = await fetch(
'https://api.perilpulse.com/v1/risks?' +
'address=123+Main+St&city=Austin&state=TX',
{
headers: {
'Authorization': 'Token token=YOUR_PERILPULSE_KEY'
}
}
);
Only two changes needed: base URL and API key
Migration FAQ
Will I need to change my code?
No code changes required! Just update your base URL and API key. All endpoints and response formats are identical.
What about my existing integrations?
They'll work exactly as before. PerilPulse is a drop-in replacement, so your existing integrations will continue functioning without modification.
How long does migration take?
Most customers complete migration in under 5 minutes. It's literally just changing two configuration values.
Is there any downtime?
Zero downtime! You can test PerilPulse alongside HazardHub, then switch when you're ready.
Ready to Save Money?
Join hundreds of companies who've already made the switch