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

GET/v1/projects/{project_id}

Project lookup

Canonical project definition, units, typical variables and permit relevance.

POST/v1/project-estimate

Local project estimate

Cost range, unit cost, timeline and the local factors that moved the number.

POST/v1/permit-check

Permit intelligence

Permit requirement, issuing authority, fee basis, inspections and verification status.

POST/v1/resolve-jurisdiction

Jurisdiction resolution

Municipality, county and per-discipline authorities — never inferred from the county alone.

POST/v1/project-report

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.

Built for

InsuranceHome warrantyPropTechLendingContractor softwareProperty managementReal estateAI applications

Request API access

API functionality needed