Paid API Preflight Check is a paid API for AI agents from api.strale.io, paid per call via x402, $0.0216/call, status unknown (last checked 2026-09-15).
Verifies a paid API endpoint's reachability, SSL, response time, and payment protocol handshake before an agent spends money on it
Verify any paid API endpoint before your agent spends money. Checks reachability, SSL, response time, and validates the payment protocol handshake (L402, x402, MPP). Returns a proceed/caution/avoid recommendation with parsed payment details. Use this befo…
Returns a structured report including a proceed/caution/avoid recommendation, reachability status, SSL validity, response time, detected payment protocol (L402/x402/MPP), parsed payment details (asset, price, payTo address, network), and a list of any issues found.
GEThttps://api.strale.io/x402/paid-api-preflightUse this endpoint whenever an AI agent is about to call an unknown or untrusted paid API and needs to verify it is legitimate, reachable, and correctly implements a payment protocol (x402, L402, MPP) before committing funds. Especially valuable in agentic workflows where automated spending decisions are made without human review of each individual call.
{
"url": "https://api.example.com/weather"
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"url": "https://api.example.com/weather",
"_meta": {
"payment": {
"method": "x402",
"price_usd": 0.0216,
"settlement_id": "0xbced6fd51529332ae1c4fadc61301b5945a34600022a67c9ca22f3c9131adf7e"
},
"capability": "paid-api-preflight",
"latency_ms": 11,
"provenance": {
"source": "http-request",
"fetched_at": "2026-06-16T01:20:01.571Z"
}
},
"issues": [
"Unreachable: fetch failed"
],
"server": null,
"ssl_valid": true,
"status_code": 0,
"is_reachable": false,
"recommendation": "avoid",
"payment_details": {},
"payment_protocol": "unknown",
"response_time_ms": 10,
"facilitator_reachable": null,
"payment_handshake_valid": false
}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"