{"openapi":"3.1.0","info":{"title":"CyberHunter API","version":"1.0.0","description":"Public utility endpoints for CyberHunter tool pages."},"servers":[{"url":"https://cyberhunter.fr/api"}],"paths":{"/health":{"get":{"summary":"Health check","responses":{"200":{"description":"Service health status"}}}},"/tools/dns":{"get":{"summary":"DNS lookup helper","parameters":[{"name":"q","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"DNS records"},"400":{"description":"Invalid input"}}}},"/tools/http-probe":{"get":{"summary":"HTTP/TLS probe helper","parameters":[{"name":"url","in":"query","required":true,"schema":{"type":"string","format":"uri"}}],"responses":{"200":{"description":"Probe result"},"400":{"description":"Invalid input"}}}}}}