Skip to main content
POST
Autoresearch
Autoresearch consumes 6 AI credits per call because it spawns multiple tool invocations and web searches. If the workspace balance is insufficient, the API returns 402 insufficient_credits.

Request

Autoresearch synthesizes LeadLex data (CRM, emails, meetings) with authorized web sources into a structured briefing you can render on a contact page or share with the team. Calls usually take 15 - 60 seconds.

Headers

string
Optional UUID to deduplicate retries within 24 hours. Credits are charged only on the first successful completion.

Body Parameters

string
Freeform research prompt. Required when neither contact_id nor company_id is provided.
string
Optional contact UUID to research. Merged with query when both are present.
string
Optional company UUID to research.
string
default:"standard"
quick (~15s, 3 credits), standard (~30s, 6 credits), or deep (~60s, 12 credits).
array
Optional whitelist of sources: crm, emails, meetings, web, news, linkedin. Defaults to all authorized sources.

Response

object
Responses include X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.

Example Response

Errors