Every observation returned by the Vangrid API includes aDocumentation Index
Fetch the complete documentation index at: https://docs.vangrid.io/llms.txt
Use this file to discover all available pages before exploring further.
provenance_hash — a SHA-256 digest that lets you verify, independently, that the data came from a legitimate Vangrid edge node, at the stated time, and has not been modified in transit or storage. This is critical for defense, compliance, and safety applications where data integrity is non-negotiable.
What the provenance hash covers
Theprovenance_hash is computed over:
- The observation payload (geometry, classification, scores)
- The originating node’s unique identifier
- The capture timestamp (UTC, millisecond precision)
- The Vangrid network epoch (a rotating network-wide nonce)
Verifying a provenance hash
Retrieve the observation
Make a spatial query or read from a streaming event. Note the
provenance_hash field.Fetch the verification endpoint
Call
GET /v1/provenance/{provenance_hash} with your API key to retrieve the signed verification record.Python