Developer Hub

Documentation Portal

Access our technical specifications, interactive API reference sheets, and quickstart guides to build custom integrations with the Emvisal platform.

Getting Started

Learn the core concepts of spatial intelligence and how Emvisal maps physical environments into volumetric data structures.

Spatial API Reference

Detailed REST and GraphQL API specifications for querying real-time spatial graphs, node relationships, and live telemetry feeds.

Authentication & Security

Generate your secure developer tokens and integrate custom RBAC permissions into your client applications.

bash - query_assets.sh
$ curl -X GET "https://api.emvisal.com/v1/spatial/query" \
-H "Authorization: Bearer sk_live_..." \
-d "bounding_box=[-74.006,40.712,-73.990,40.720]"
{ "status": "success", "data": { "assets_found": 18, "nodes": [ { "id": "hvac_091", "type": "HVAC_UNIT", "status": "NOMINAL" }, { "id": "elevator_02", "type": "TRANSIT_SHAFT", "status": "MAINTENANCE_REQUIRED" } ] } }

Need API Access?

Generate production credentials to begin querying node telemetry from your own spatial assets.