Start with a question
Describe what you need in plain language. Outerview handles the geographic and visual retrieval work.
Outerview turns imagery, observations, public records, and Earth data into a common interface for physical-world intelligence.
curl "$OUTERVIEW_API_URL/search" \
-H "Authorization: Bearer $OUTERVIEW_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"query": "construction permits near schools",
"area": "Toronto, Canada"
}'Four core APIs
Retrieve evidence, develop an understanding, watch for change, and locate visual media using a consistent set of primitives.
POST /searchFind physical features, visual conditions, public events, permits, incidents, and places.
POST /researchAsk questions about Earth and receive reports that synthesize evidence, context, and sources.
POST /monitorWatch an area for changing conditions, from crime and permits to wildfires and earthquakes.
POST /positionTurn an image or video into coordinates with a visual positioning API built for the real world.
Describe what you need in plain language. Outerview handles the geographic and visual retrieval work.
Combine imagery, locations, events, public records, environmental signals, and open datasets.
Move from a one-time search into monitoring workflows that notify your product as the world changes.