Skip to main content

ZeqV2X

Vehicle-to-everything communication on Zeqond frames. V2V collision warnings, V2I traffic signal priority, V2P pedestrian alerts — all synchronized to HulyaPulse clock.

EndpointPOST /api/auto/v2x
Authapi-key
Rate limit30/min
Categoryautomotive

Parameters

NameTypeRequiredDescription
vehicleStateobjectYes{ position, velocity, heading }
nearbyEntitiesarrayNo[{ type, position, velocity }]
infrastructurearrayNoTraffic signal states.

Returns

{ alerts, signalPriority, collisionRisk, platooning, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"vehicleState": {},
"nearbyEntities": [],
"infrastructure": []
}' \
"https://zeqsdk.com/api/auto/v2x"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-v2x.