Developers · v1
Carpe Pulse · API for underwriters
Two endpoints. Drop them into your existing claims and policy systems. Get a defensible reserve range with weighted drivers, or the current Pulse on any insured — both backed by Claude Opus 4.8 reasoning and live Carpe signal data.
Base URLhttps://carpe-living-risk-nbcig9kz0-max-druckers-projects.vercel.appAuthx-api-key: anyFormatapplication/jsonOpenAPI3.1
ClaimsGET
/api/v1/reserve/4a6a3061…Get reserve range for a claim
Returns reserve low / mid / high (+p50, p90), Opus 4.8 reasoning, weighted drivers, SIU referral, and defense posture. Currently showing claim CL-2016.
curl -H "x-api-key: $CARPE_KEY" \
https://carpe-living-risk-nbcig9kz0-max-druckers-projects.vercel.app/api/v1/reserve/4a6a3061-3f3e-4d94-94f2-8ef01a4fe8ffUnderwritingGET
/api/v1/pulse/809f9ce6…Get pulse for a business
Current Pulse score + tier, top severity-ranked signals, open suits, open claims. Currently showing Diversified Restaurant Holdings — Buffalo Wild Wings (MI).
curl -H "x-api-key: $CARPE_KEY" \
https://carpe-living-risk-nbcig9kz0-max-druckers-projects.vercel.app/api/v1/pulse/809f9ce6-47cc-46b1-8358-b1740430e2c9Try it
Live reserve range
// Click Run to call /api/v1/reserve/{claimId}Code samples
Drop-in for your stack
curl -H "x-api-key: $CARPE_KEY" \
https://carpe-living-risk-nbcig9kz0-max-druckers-projects.vercel.app/api/v1/reserve/4a6a3061-3f3e-4d94-94f2-8ef01a4fe8ffSpec
OpenAPI 3.1
OpenAPI 3.1
https://carpe-living-risk-nbcig9kz0-max-druckers-projects.vercel.app/api/v1/openapi// loading spec…