{"endpoint":"https://statepulse-api.hahavoid0.workers.dev/network/security-headers","method":"POST","price":"$0.020","description":"Fetches target URL headers to score configurations (HSTS, CSP, X-Frame-Options).","example_input":{"url":"https://google.com"},"example_output":{"supported":true,"result":{"url":"https://google.com","security_score":60,"headers":{"Strict_Transport_Security":true,"Content_Security_Policy":false}},"confidence":"high"},"request_schema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"Target website URL","examples":["https://google.com"]}}},"response_schema":{"type":"object"}}