Security — entry 025 of 30
Pulsedive
Pulsedive aggregates threat-intelligence feeds — IPs, domains, URLs, and file hashes — into a single searchable risk index, scoring each indicator and linking it to related infrastructure and known threats. The API covers indicator lookups, active scanning/enrichment, and feed submission, with anonymous requests allowed at a low daily cap before an API key is required for full-volume use. A free registered tier and paid subscriptions both raise the request ceiling for automated or bulk queries.
GreatAPIs Score
Auth quickstart
- Get a key at the provider
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
Free accounts: per-second/day/month caps enforced via X-Requests-Remaining-Second/Day/Month headers; exceeding returns HTTP 429 with example message 'API rate limit exceeded: 1 requests per second'; Pro/Commercial raise the caps, Enterprise has no rate limits