API Reference
Initiate Deep Research
Initiate a deep research job for comprehensive user profile data.
POST
Deep research is an advanced search feature that performs a broad search to provide comprehensive results. The process is asynchronous and uses a job-based system. To check the status of a job, use the Get Research Status endpoint.
Initiate Deep Research
Request Body
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
query | string | Yes | The search query to research. | |
limit | integer | No | 30 | The maximum number of results to return. |
string | No | An email address to notify when the job is complete. |
Response
Error Responses
Status Code | Description |
---|---|
401 | Unauthorized - API key missing or invalid |
402 | Payment Required - Insufficient credits |
Notes
- Deep research jobs can take several minutes to complete.
- The
job_id
returned in the response is used to check the status of the research. - Each result costs 1 credit.
Authorizations
API key must be provided as a Bearer token in the Authorization header. Example: lk_your_api_key_here
Body
application/json
Response
200
application/json
Deep research job initiated successfully
The response is of type object
.