Skip to main content
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.
The data ingestion endpoint accepts raw video footage from your sensor systems. You do not submit observations directly, Vangrid’s pipeline ingests the video and extracts spatial observations (objects, vehicles, structures, etc.) automatically. The resulting observations are processed through the same cryptographic provenance pipeline as native edge node data.
Observations are an output of Vangrid’s pipeline, not an input. Send video; Vangrid handles the rest.

How it works

  1. You submit video, Upload a raw video clip from your sensor (drone, fixed camera, vehicle-mounted, etc.)
  2. Vangrid processes it, The pipeline runs perception, georeferencing, and quality checks on the footage
  3. Observations are extracted, Spatial observations (geometry, type, confidence) are produced and committed to the network
  4. You receive provenance records, Each extracted observation gets a provenance_hash you can use to verify integrity later

Endpoint

Request

Headers

Body parameters

file
required
Raw video file from your sensor. Supported formats: mp4, mov, avi. Maximum file size: 2 GB.
string
Your internal sensor identifier. Stored with the provenance record for every observation extracted from this video.
string
required
ISO 8601 UTC timestamp of when the video capture began.
object
Optional GeoJSON Point indicating the approximate capture location. Helps the pipeline georeferencing step if GPS metadata is missing from the video file.

Example request

Response

Once the video is accepted, Vangrid returns an ingestion_id you can use to track processing status. Observations are not immediately available, pipeline processing typically takes 30–120 seconds depending on video length.

Response fields

string
Unique identifier for this ingestion job. Use this to poll processing status.
string
Current pipeline status. One of: queued, processing, complete, failed.
string
ISO 8601 UTC timestamp of estimated processing completion.

Example response

Once processing is complete, the extracted observations are available via the spatial query endpoint and include provenance_hash values you can verify using the provenance verification endpoint.

Error responses

Last modified on August 8, 2026