Documentation Index
Fetch the complete documentation index at: https://docs.extractor.live/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
All requests require a Bearer token in theAuthorization header.
Generate your API key from the Hacken Extractor dashboard under Settings → API Keys.
Response format
All endpoints return JSON. Successful responses use HTTP200; errors return a non-2xx status with a descriptive body.
- Success
- Error
Pagination
Search and aggregation endpoints acceptfrom and size for cursor-style pagination.
| Parameter | Type | Default | Description |
|---|---|---|---|
from | integer | 0 | Starting document offset |
size | integer | 10 | Number of results to return |
Endpoints
Create Project
POST /api/v1/projectGet Project
GET /api/v1/project/{id}Create Contract
POST /api/v1/contractGet Contract
GET /api/v1/contract/{id}Search Alerts
POST /api/v1/detector/alert/searchAggregate Alerts
POST /api/v1/detector/alert/aggregation