ZeqCrashSim
Vehicle crash simulation with HulyaPulse FEA. Deformation modeling, occupant kinematics, airbag timing optimization, NCAP rating prediction.
| Endpoint | POST /api/auto/crash |
| Auth | api-key |
| Rate limit | 5/min |
| Category | automotive |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
vehicleModel | object | Yes | Vehicle FE mesh and material properties. |
impactScenario | string | Yes | 'frontal', 'side', 'rear', 'rollover', 'pedestrian'. |
speed_kmh | number | No | Impact 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.