InputPOST /api/v1/x402/api-integration-readiness
{
"url": "https://api.delx.ai"
}
Web and API intelligence · utility
Score how ready an API is for agent integration using health, OpenAPI, auth hints, x402 signals, and login surface checks for $0.01 USDC. Call when you need this bounded result without an API key or subscription. Returns machine-readable JSON via x402 on Base or Solana. Limitation: results cover only the supplied input or one bounded public endpoint at request time; callers must verify before acting.
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/api-integration-readiness -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"url":"https://api.delx.ai"}'
{
"url": "https://api.delx.ai"
}
{
"tool_name": "util_api_integration_readiness",
"result": {
"readiness_score": 90,
"readiness_level": "high",
"has_openapi": true,
"auth_hints": [
"x402"
]
}
}
Machine-readable evidence