InputPOST /api/v1/x402/login-surface-report
{
"url": "https://example.com/login"
}
Web and API intelligence · utility
Inspect login forms, reset flows, signup links, and security headers (x402)
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/login-surface-report -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"url":"https://example.com/login"}'
{
"url": "https://example.com/login"
}
{
"tool_name": "util_login_surface_report",
"result": {
"auth_link_count": 3,
"password_form_count": 1,
"security_headers_present": [
"strict-transport-security"
]
}
}
Machine-readable evidence