Hometriva Intelligence API
Home-project intelligence for your application
Query structured local project costs, permit requirements, jurisdiction intelligence, timelines and project factors — the same intelligence layer that powers Hometriva.
Model reviewed August 2026
Endpoints
Project lookup
Canonical project definition, units, typical variables and permit relevance.
Local project estimate
Cost range, unit cost, timeline and the local factors that moved the number.
Permit intelligence
Permit requirement, issuing authority, fee basis, inspections and verification status.
Jurisdiction resolution
Municipality, county and per-discipline authorities — never inferred from the county alone.
Project report
One normalized object: cost, timeline, permit, authority, confidence and sources.
Example request
curl https://hometriva.com/api/v1/project-estimate \
-H "Authorization: Bearer htv_test_..." \
-H "Content-Type: application/json" \
-d '{
"project": "roof-replacement",
"location": { "zip": "34236" },
"property": { "project_area_sqft": 2200 }
}'Every response carries a request_id, a confidence level and the verification status behind each answer. Unknown facts return null with an explicit status rather than a manufactured number. The full contract is published as an OpenAPI 3.1 specification.
