ZeqV2X
Vehicle-to-everything communication on Zeqond frames. V2V collision warnings, V2I traffic signal priority, V2P pedestrian alerts — all synchronized to HulyaPulse clock.
| Endpoint | POST /api/auto/v2x |
| Auth | api-key |
| Rate limit | 30/min |
| Category | automotive |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
vehicleState | object | Yes | { position, velocity, heading } |
nearbyEntities | array | No | [{ type, position, velocity }] |
infrastructure | array | No | Traffic 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.