x402station.io Preflight Batch is a paid API for AI agents from x402station.io, paid per call via x402, $0.025000/call, status down (last checked 2026-09-15).
Bulk-evaluates 1–50 x402 payment endpoints before an agent pays, returning a per-URL verdict plus an overall summary including settlement count and recency.
Independent risk-signal layer for x402 agentic commerce — endpoint evidence (decoy / zombie / price-trap / never-paid) before an agent authorizes payment.
Returns one verdict object per submitted URL (including ok, warnings, risk_score, recommended_action, settlement count and recency metadata) plus a top-level batch summary covering the full set of up to 50 URLs.
POSThttps://x402station.io/api/v1/preflight-batchUse this endpoint when an agent needs to screen multiple x402 endpoints in a single call before committing funds. It is more efficient than calling the single-URL preflight endpoint repeatedly, and cost-effective at a flat $0.025 for up to 50 URLs. Prefer it when orchestrating multi-step agentic workflows that might fan out to several x402 services simultaneously.
{
"urls": [
"https://example.com"
]
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"results": [
{
"ok": false,
"url": "https://example.com/",
"evidence": {
"probes_1h": 0,
"errors_30m": 0,
"healthy_1h": 0,
"price_amount_usdc": null,
"service_age_hours": null
},
"metadata": {
"url": "https://example.com/"
},
"warnings": [
"unknown_endpoint"
],
"confidence": 0.1,
"risk_score": 0.1,
"reason_codes": [
"unknown_endpoint"
],
"recommended_action": "investigate"
}
],
"summary": {
"ok": 0,
"total": 1,
"blocked": 1,
"by_recommended_action": {
"investigate": 1
}
},
"attribution": {
"url": "https://x402station.io",
"spec": "https://x402station.io/spec",
"claim": "machine-readable response provenance, not merchant endorsement",
"product": "Preflight Batch by x402station.io",
"authority": "x402station.io"
},
"observed_at": "2026-05-29T23:49:45.633Z",
"paid_amount": "0.025",
"effective_price_per_url": "0.025"
}{
"type": "json",
"example": {
"results": [
{
"ok": false,
"url": "https://api.venice.ai/api/v1/chat/completions",
"evidence": {
"probes_1h": 6,
"errors_30m": 5,
"healthy_1h": 0,
"price_amount_usdc": "0.10",
"service_age_hours": 96.5
},
"metadata": {
"url": "https://api.venice.ai/api/v1/chat/completions",
"service": "Venice",
"currency": "USDC",
"is_active": true,
"price_usdc": "0.10",
"service_id": "venice",
"uptime_1h_pct": 0,
"avg_latency_ms": null
},
"warnings": [
"zombie"
],
"confidence": 0.95,
"risk_score": 1,
"reason_codes": [
"zombie"
],
"recommended_action": "use_alternatives"
},
{
"ok": true,
"url": "https://api.exa.ai/search",
"evidence": {
"probes_1h": 6,
"errors_30m": 0,
"healthy_1h": 6,
"cdp_l30d_calls": 11,
"price_amount_usdc": "0.007",
"service_age_hours": 165.5,
"cdp_l30d_unique_payers": 2
},
"metadata": {
"url": "https://api.exa.ai/search",
"service": "Exa",
"currency": "USDC",
"is_active": true,
"price_usdc": "0.007",
"service_id": "exa-ai",
"established": false,
"uptime_1h_pct": 100,
"avg_latency_ms": 320,
"has_free_trial": true
},
"warnings": [],
"confidence": 0.95,
"risk_score": 0,
"reason_codes": [],
"recommended_action": "pay"
}
],
"summary": {
"ok": 1,
"total": 2,
"blocked": 1,
"by_recommended_action": {
"pay": 1,
"use_alternatives": 1
}
},
"observed_at": "2026-04-30T12:00:00Z",
"paid_amount": "0.025",
"effective_price_per_url": "0.0125"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"