freeapis

Intelligence X

Perform OSINT via Intelligence X

Authentication
API Key
HTTPS
Yes
CORS
Unknown
Category
Security

Overview

Intelligence X is an OSINT search engine (darknet, leaks, archives). Auth is an API key (k header); requests are POST JSON (GET returns 405, verified).

Quick Start

Search (replace YOUR_KEY):

curl -X POST "https://2.intelx.io/intelligent/search" \
  -H "Content-Type: application/json" \
  -H "k: YOUR_KEY" \
  -d '{"query":"example.com"}'
{ "id": "search-abc123", "status": 0 }

Authentication

  • Register at intelx.io → API key.
  • Send it as the k header (per the API PDF).

Rate Limits & Notes

  • Key-based tiers per the docs.
  • POST-only (405 on GET, verified).

FAQ

Is Intelligence X free? Key-based with free/paid tiers.

Why 405? The API is POST-only (verified).

What does it search? Darknet, leaks, and archives (OSINT).

More in Security

APIAuthHTTPSCORS
Application Environment Verification

Android library and API to verify the safety of user devices, detect rooted devices and other risks

API KeyYesYes
BinaryEdge

Provide access to BinaryEdge 40fy scanning platform

API KeyYesYes
BitWarden

Best open-source password manager

OAuthYesUnknown
Botd

Botd is a browser library for JavaScript bot detection

API KeyYesYes
Bugcrowd

Bugcrowd API for interacting and tracking the reported issues programmatically

API KeyYesUnknown