Skip to main content

ZeqCrashSim

Vehicle crash simulation with HulyaPulse FEA. Deformation modeling, occupant kinematics, airbag timing optimization, NCAP rating prediction.

EndpointPOST /api/auto/crash
Authapi-key
Rate limit5/min
Categoryautomotive

Parameters

NameTypeRequiredDescription
vehicleModelobjectYesVehicle FE mesh and material properties.
impactScenariostringYes'frontal', 'side', 'rear', 'rollover', 'pedestrian'.
speed_kmhnumberNoImpact speed.

Returns

{ deformation_mm, occupantForces_kN, airbagTiming_ms, ncapPrediction, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"vehicleModel": {},
"impactScenario": "<impactScenario>",
"speed_kmh": 56
}' \
"https://zeqsdk.com/api/auto/crash"

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-crash-sim.