Intelligence X
Perform OSINT via Intelligence X
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Security
- Documentation / URL
- https://github.com/IntelligenceX/SDK/blob/master/Intelligence%20X%20API.pdf
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
kheader (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
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Application Environment Verification Android library and API to verify the safety of user devices, detect rooted devices and other risks | API Key | Yes | Yes | ↗ |
| BinaryEdge Provide access to BinaryEdge 40fy scanning platform | API Key | Yes | Yes | ↗ |
| BitWarden Best open-source password manager | OAuth | Yes | Unknown | ↗ |
| Botd Botd is a browser library for JavaScript bot detection | API Key | Yes | Yes | ↗ |
| Bugcrowd Bugcrowd API for interacting and tracking the reported issues programmatically | API Key | Yes | Unknown | ↗ |