Feel free to proceed to the Get Started page, copy the page as markdown, and give it as context to your favorite coding agent along with your API key. It will smoothly proceed with the integration.Documentation Index
Fetch the complete documentation index at: https://docs.gethuntd.com/llms.txt
Use this file to discover all available pages before exploring further.
Available Endpoints
| Endpoint | Method | Description |
|---|---|---|
/api/v1/external/company-lookup | POST | Submit a company lookup job |
/api/v1/external/company-lookup/{jobId}/result | GET | Get lookup job result |
How It Works
- Submit a lookup - POST a domain to start a lookup job
- Get job ID - Receive a job ID immediately (async processing)
- Poll or webhook - Either poll for results or receive them via webhook
Request Format
All POST requests should include:Content-Type: application/jsonheaderX-API-Key: your_api_keyheader- JSON request body
Response Format
Success Response
Error Response
Credits
API usage is tracked via credits. Company lookups are charged 1 credit per contact returned.Rate Limits
The API enforces rate limits. When rate limited, you’ll receive a429 response with RATE_LIMIT_EXCEEDED error code.