Property diligence API for a street address: geocode, tax assessment, permit history, seismic hazard, and air quality in one call for real estate risk screening.
Property diligence API for a street address: geocode, tax assessment, permit history, seismic hazard, and air quality in one call for real estate risk screening. Composite: one call runs address-geocode first to resolve the address, then property-tax-assessment, building-permits, earthquakes-recent, and air-quality in parallel, merged into one address risk profile. Tax assessment and permit history only cover a handful of US open-data cities and degrade gracefully elsewhere; seismic and air-quality legs run for any resolved coordinate. Use it as a property tax lookup, permit history check, seismic hazard screen, or address risk profile for real-estate diligence.
| Method | Endpoint | Price | Description |
|---|---|---|---|
POST | /v1/marketplace/api/property-diligence-pack | $0.0575 | Invoke Property Diligence Pack (Code) and return the upstream response. |
Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.
# 1. Ask for a quote
curl -i -X POST https://api.jarvisclaw.ai/v1/marketplace/api/property-diligence-pack \
-H 'Content-Type: application/json' \
-d '{}'
# 2. Pay it (the SDK signs and retries for you)
curl -X POST https://api.jarvisclaw.ai/v1/marketplace/api/property-diligence-pack \
-H 'Content-Type: application/json' \
-H 'X-PAYMENT: <signed-payload>' \
-d '{}'
Open in the marketplace
Docs: Getting started · x402 payments · x402 discovery · All APIs