The API is in early access and is not publicly available. Endpoint URLs, request examples and sample responses on this page are illustrative. Contact hello@vangrid.io to request access.
What embodied AI needs from spatial data
A world model is only as good as its inputs. Vangrid addresses three core requirements:- Continuous updates, the physical world changes constantly; your world model must too
- Verified observations, every data point carries a
provenance_hashso your system can trust what it receives - High spatial density, tactical urban coverage means enough node overlap to corroborate observations and eliminate false positives
Streaming spatial updates into your world model
Use the Vangrid Streaming API to subscribe to a geographic zone and receive push updates as ground truth changes.1
Define your area of interest
Specify the geographic polygon your system operates within. Keep the AOI tight to reduce update volume and latency.
2
Open a streaming connection
Connect to the streaming endpoint with your API key. Updates arrive as newline-delimited JSON.
3
Ingest updates into your world model
Parse each event and update your spatial representation. Use
ground_truth_score to weight observations.4
Verify provenance on critical observations
For safety-critical decisions, verify the
provenance_hash before acting on an observation.Python
Key data fields for embodied AI
Each streaming event includes:Example streaming event
Contact hello@vangrid.io to discuss high-frequency streaming rates and dedicated node allocation for production embodied AI deployments.

