Flight API
Plan, dispatch, and observe autonomous missions. Webhooks for lifecycle events.
v1 · stableGET · POST · WS
Developers / Portal
Every VRAS product ships with a documented, versioned API. Build the platform into your engineering, insurance, ERP, or GIS workflow — without lock-in.
Plan, dispatch, and observe autonomous missions. Webhooks for lifecycle events.
Query and mutate the canonical asset graph — sites, structures, sensors, tickets.
Run VRAS Vision™ on your imagery. Confidence-scored responses.
Verify a hash, retrieve a chain-of-custody export, or anchor a record.
Vector, raster, and point-cloud services. PostGIS-native, Cesium-friendly.
Fleet health, docking state, and firmware attestation.
Quickstart
# Verify a captured block on VRAS Chain™
curl https://api.vras.systems/v1/verify \
-H "Authorization: Bearer $VRAS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"block":"00184-2C","hash":"0x84f2·9c31·b207·4a91·03e2"}'
# → { "status": "VERIFIED", "custody": "intact", "anchor": "hlf:..." }Access
Sandbox and production keys issued after a short scoping conversation.