InputPOST /api/v1/x402/webhook-event-normalize
{
"event": {
"id": "evt_123",
"type": "job.completed",
"data": {
"job_id": "42"
}
}
}
Agent reliability and security · agent-reliability-security
Normalize heterogeneous webhook events and derive a stable payload fingerprint. Use it before an autonomous workflow acts on untrusted input, changes an API, retries a request, or evaluates production reliability. Returns bounded machine-readable JSON for $0.002 USDC via x402 on Base. Execution is deterministic, first-party, local-only, stateless, and does not call an upstream provider; structured validation failures are not billed.
One-command purchase
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/webhook-event-normalize -m POST -H 'x-delx-source: product-page' --max-amount 0.002 -b '{"event":{"id":"evt_123","type":"job.completed","data":{"job_id":"42"}}}'
{
"event": {
"id": "evt_123",
"type": "job.completed",
"data": {
"job_id": "42"
}
}
}
{
"schema": "delx/webhook-event-normalize/v1",
"event_id": "evt_123",
"event_type": "job.completed",
"created_at": null,
"payload": {
"job_id": "42"
},
"payload_sha256": "22c9d58785d774ac992ce1a581e4db3db95e75009be8921e533be3468c95361b",
"synthetic_event_id": false
}
Machine-readable evidence