Developers / Portal

Integrate VRAS into your enterprise systems.

Every VRAS product ships with a documented, versioned API. Build the platform into your engineering, insurance, ERP, or GIS workflow — without lock-in.

flight-api

Flight API

Plan, dispatch, and observe autonomous missions. Webhooks for lifecycle events.

v1 · stableGET · POST · WS
asset-api

Asset API

Query and mutate the canonical asset graph — sites, structures, sensors, tickets.

v1 · stableGET · POST · WS
detection-api

AI Detection API

Run VRAS Vision™ on your imagery. Confidence-scored responses.

v1 · stableGET · POST · WS
verify-api

Blockchain Verification API

Verify a hash, retrieve a chain-of-custody export, or anchor a record.

v1 · stableGET · POST · WS
gis-api

GIS API

Vector, raster, and point-cloud services. PostGIS-native, Cesium-friendly.

v1 · stableGET · POST · WS
fleet-api

Fleet API

Fleet health, docking state, and firmware attestation.

v1 · stableGET · POST · WS

Quickstart

A verifiable request in six lines.

# 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

Request API credentials.

Sandbox and production keys issued after a short scoping conversation.