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.
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.
{ "data": { "summary": "Jane Doe, General Counsel at Acme Corp, is leading the legal side of an upcoming Series B round (~EUR 40m). Acme recently expanded into Germany.", "key_findings": [ "Series B led by a European fund (announced 2026-03-21)", "Hired two senior engineers in Berlin in the last 30 days", "Previously worked with US counsel for Series A" ], "recent_news": [ { "title": "Acme Corp raises EUR 40m Series B", "url": "https://example.com/news/acme-series-b", "published_at": "2026-03-21", "source": "TechEU" } ], "people": [ { "name": "Jane Doe", "role": "General Counsel" }, { "name": "Kai Bauer", "role": "CFO" } ], "competitors": [{ "name": "Beta Legal Systems" }], "talking_points": [ "Congratulate Jane on the raise", "Offer a local DE partner intro for employment law" ], "citations": [ { "url": "https://example.com/news/acme-series-b", "title": "Acme raises Series B", "source_type": "news" } ], "credits_remaining": 4842 }}