Query breached emails, phone exposure, malicious IPs/URLs, file hashes, domains and CVE intelligence over a simple token-authenticated REST API.
Every request must include your API key in the Authorization header. Keep your
key secret — treat it like a password.
Authorization: Token YOUR_API_KEY
All endpoints are relative to the production base URL.
https://api.threatfusionai.com/
All lookups are GET requests with a query parameter.
/email-lookup/[email protected]
/phone-lookup/?query=15551234567
/ip/?query=8.8.8.8 · /ip-lookup/ · /ip-geo/ · /ip-crossref/lite/ · /ip-crossref/full/
/hash-lookup/?query=<hash>
/url-lookup/?query=https://example.com
/domain-lookup/?query=example.com
/cve-data/?cve=CVE-2024-0001
A complete request with curl:
curl -X GET "https://api.threatfusionai.com/email-lookup/[email protected]" \
-H "Authorization: Token YOUR_API_KEY"
Don't have an API key yet?
Request API accessAI assistant — can make mistakes. Verify important results.