Skip to main content

ZeqADAS

Advanced driver assistance — sensor fusion (camera/radar/LiDAR) on Zeqond frames, lane keeping, adaptive cruise control, collision avoidance with R(t) reaction timing.

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

Parameters

NameTypeRequiredDescription
sensorFusionobjectYesFused sensor detections: objects, lanes, signs.
vehicleStateobjectYes{ speed_ms, heading, acceleration }
modestringNo'lane-keep', 'acc', 'aeb', 'full'.

Returns

{ steeringCmd_deg, throttle_pct, brakeCmd_pct, warnings, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"sensorFusion": {},
"vehicleState": {},
"mode": "full"
}' \
"https://zeqsdk.com/api/auto/adas"

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-adas.