Documentation Index
Fetch the complete documentation index at: https://docs.homelogs.io/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Business endpoints require API key auth:Endpoint map
GET /v1/locations/resolveGET /v1/locations/{geo_id}GET /v1/permits/searchGET /v1/signals/catalogGET /v1/signals/geo/location/{geo_id}GET /v1/signals/geo/searchGET /v1/signals/permit/leadsGET /v1/signals/permit/statsGET /v1/health/live(no API key)
geo_id anchors and reject property geo_id values.
For signal meanings and timing guidance, see Signals Catalog.
Which endpoint should I call?
- user text input ->
/v1/locations/resolve - raw permits for one geo ->
/v1/permits/search - active geo-scoped signals for one geo ->
/v1/signals/geo/location/{geo_id} - geo-scoped leaderboard/feed by signal ->
/v1/signals/geo/search - permit-scoped leads for one geo ->
/v1/signals/permit/leads - permit-scoped stats for one geo ->
/v1/signals/permit/stats
Practical call order
Most integrations follow this order:- Resolve user input to a stable ID with
/v1/locations/resolve. - Read permits with
/v1/permits/searchand/or permit leads with/v1/signals/permit/leads. - Add geo trend context with
/v1/signals/geo/location/{geo_id}or/v1/signals/geo/search.

