Skip to main content

ZeqAutonomous

Full autonomous driving stack — perception/planning/control pipeline on Zeqond cycle. Behavior planning, trajectory optimization, safety envelope monitoring.

EndpointPOST /api/auto/autonomous
Authapi-key
Rate limit15/min
Categoryautomotive

Parameters

NameTypeRequiredDescription
perceptionobjectYesFused 3D scene with tracked objects.
routearrayYesPlanned route waypoints.
safetyLevelstringNo'L2', 'L3', 'L4', 'L5'.

Returns

{ trajectory, steeringPlan, speedProfile, safetyScore, fallbackMode, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"perception": {},
"route": [],
"safetyLevel": "L4"
}' \
"https://zeqsdk.com/api/auto/autonomous"

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