{"success":true,"data":{"id":"svc_urlstatus_23","slug":"url-status","name":"URL Status & Redirect Check","description":"Check whether a URL is reachable and what it returns: final status code, full redirect chain, response time, content-type, server header and content length. Use for link validation, uptime checks, canonical URL resolution or before spending money on a scrape/screenshot. Params: url (required), method (GET default, or HEAD).","category":"utility","endpoint":"https://agentsvc.io/api/v1/proxy/url-status","price_usdc":0.002,"latency_p99_ms":1200,"input_schema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri","description":"URL to check"},"method":{"type":"string","enum":["GET","HEAD"],"default":"GET"}}},"output_schema":{"type":"object","required":["url","ok","reachable","checked_at"],"properties":{"url":{"type":"string"},"final_url":{"type":"string"},"status":{"type":"integer"},"ok":{"type":"boolean","description":"True for 2xx/3xx final status"},"reachable":{"type":"boolean"},"redirect_count":{"type":"integer"},"redirects":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"status":{"type":"integer"},"location":{"type":"string"},"ms":{"type":"integer"}}}},"response_ms":{"type":"integer"},"content_type":{"type":"string"},"content_length":{"type":"integer"},"server":{"type":"string"},"https":{"type":"boolean"},"error":{"type":"string"},"checked_at":{"type":"string","format":"date-time"}},"example":{"url":"http://github.com","final_url":"https://github.com/","status":200,"ok":true,"reachable":true,"redirect_count":1,"redirects":[{"url":"http://github.com/","status":301,"location":"https://github.com/","ms":48},{"url":"https://github.com/","status":200,"ms":210}],"response_ms":258,"content_type":"text/html; charset=utf-8","content_length":284421,"server":"GitHub.com","https":true,"checked_at":"2026-09-09T12:00:00.000Z"}},"is_active":true,"provider":"agentsvc.io","tags":["http","status","redirect","uptime","link","check","monitor"],"method":"POST","example_input":{"url":"https://example.com"},"price_atomic":"2000","price_display":"$0.002 USDC","try_url":"https://agentsvc.io/api/v1/try/url-status","try_limit_per_day":3,"info_url":"https://agentsvc.io/api/v1/services/url-status","page_url":"https://agentsvc.io/services/url-status","curl_example":"curl -X POST https://agentsvc.io/api/v1/proxy/url-status -H \"Content-Type: application/json\" -d '{\"url\":\"https://example.com\"}'","status":{"ok":true,"latency_ms":67,"checked_at":"2026-09-10T09:35:09.435Z"}},"payment":{"protocol":"x402","x402_versions_accepted":[1,2],"scheme":"exact","network":"eip155:8453","network_v1":"base","chain_id":8453,"asset":"USDC","asset_contract":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","asset_decimals":6,"eip712_domain":{"name":"USD Coin","version":"2","chainId":8453,"verifyingContract":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"},"pay_to":"0x622efA6Ceb83a5b6EdBC931332f4db68B7f74F27","facilitator":"https://facilitator.payai.network","request_header_v2":"PAYMENT-SIGNATURE","request_header_v1":"X-PAYMENT","requirements_v2":"base64 JSON in the PAYMENT-REQUIRED response header of the 402","requirements_v1":"JSON body of the 402 (accepts[0])","receipt_header":"PAYMENT-RESPONSE (and X-PAYMENT-RESPONSE): base64 JSON with transaction hash","accounts_required":false,"api_keys_required":false,"settlement":"per call, on-chain, after the service succeeded. Failed calls are never charged."},"links":{"catalog":"https://agentsvc.io/api/v1/services","openapi":"https://agentsvc.io/openapi.json","llms_txt":"https://agentsvc.io/llms.txt","llms_full_txt":"https://agentsvc.io/llms-full.txt","agents_md":"https://agentsvc.io/AGENTS.md","skill_md":"https://agentsvc.io/SKILL.md","status":"https://agentsvc.io/api/v1/status","docs":"https://agentsvc.io/docs","mcp_server":"https://agentsvc.io/mcp-server.mjs","discovery":"https://agentsvc.io/.well-known/x402","agent_card":"https://agentsvc.io/.well-known/agent-card.json"}}