- Research Agent - a conversational endpoint for reasoning and analysis.
- Workflows API - templated, reproducible research for automation.
- Search Service - a retrieval-only endpoint for fast, precise document access.
- Content API - ingest and manage private documents so they can be searched and analyzed alongside Bigdata’s corpus.
- Monitors API Coming soon - recurring searches that produce structured events from new content.
Research Agent
The Research Agent Service is designed for conversational intelligence. It supports multi-turn dialogue, letting users refine queries or ask follow-ups. Built on retrieval-augmented generation (RAG), it merges an LLM framework with search across the web, premium sources, and your own content.- What it delivers: Synthesized, context-rich answers that show reasoning, summarization, and insight.
- Best for: Business and financial research, complex analysis, decision support.
Workflows API
The Workflows API enables templated, reproducible research designed for automation. Unlike the conversational Research Agent, Workflows uses parameterized templates that produce consistent outputs.- What it delivers: Reproducible, structured research reports from reusable templates.
- Best for: Batch processing, scheduled reports, consistent analysis across entities.
Search Service
The Search Service is a retrieval-only API that indexes both structured and unstructured data. Unlike the Research Agent, it does not interpret or summarize content, it simply returns the most relevant documents or snippets.- What it delivers: Raw but precise results, optimized for low latency and high recall.
- Best for:
- Grounding LLMs with factual context
- Populating context windows
- Powering standalone search tools
- Supplying downstream agents with curated source material
Content API
The Content API is how you bring proprietary knowledge into Bigdata. Upload files yourself, or ingest them through connectors such as an email inbox, broker investment research feeds, or SharePoint. Each document is enriched and indexed, so Search and Research Agent can use it as a first-class source.- What it delivers: Private, tagged documents you can list, filter, and retrieve as annotated JSON or original files.
- Best for: Internal reports, newsletters, broker notes, and SharePoint libraries you want searchable alongside Bigdata’s corpus; questions that span private material and market data.
- Learn more: Upload your own content and the Content API introduction.
Monitors API Coming soon
The Monitors API turns a saved search into a continuous feed. It searches newly available content on a schedule and extracts structured, source-backed events.- What it delivers: Repeatable events from new content, with structured fields and links to supporting sources.
- Best for: Credit surveillance, M&A tracking, policy decisions, leadership changes, and other developments that require continuous coverage.
- Learn more: Preview the workflow in Get started with Monitors.
FAQ
What is the difference between Search and Research Agent Services?
What is the difference between Search and Research Agent Services?
The Research Agent is a model endpoint designed for conversational intelligence. It supports multi-turn dialogue, allowing users to ask follow-up questions and refine their queries. Built on real-time retrieval-augmented generation (RAG), it combines an LLM framework with search capabilities across proprietary, premium, and web content sources.The result is a synthesized, context-aware response that reflects reasoning, summarization, and insight generation, ideal for business/financial analysis and complex decision support.In contrast, the Search Service is a retrieval-only API. It indexes structured and unstructured data to return the most relevant documents or snippets, without interpretation or synthesis. It’s optimized for low latency and high precision, making it ideal for tasks such as grounding LLMs, populating context windows, powering search tools, or feeding downstream agents with raw but relevant content.
What is the difference between Fast and Smart Search modes?
What is the difference between Fast and Smart Search modes?
Fast mode gives you full control over all filters for precise, deterministic, low-latency results. Smart mode handles query understanding for you, automatically inferring intent, applying filters, and running sub-queries for broader coverage. Ideal for natural-language questions without pre-processing. Higher latency than Fast mode.
*
texts (multiple natural-language search strings) is only available in Fast mode. In Smart mode, send a single text and the system runs its own sub-queries to broaden coverage.** You opt-in by setting external_search with mode INCLUDE and any of the supported values (e.g., web). Smart Mode then decides whether to call external search based on query intent. If it determines external search isn’t needed, no additional cost is incurred. This approach ensures you only pay for external search when it’s actually used.How does the Content API relate to Search and Research Agent?
How does the Content API relate to Search and Research Agent?
The Content API is the ingestion and management layer for private documents. You onboard content through connectors (email, investment research, SharePoint) or direct upload.Bigdata enriches and indexes each file, so that Search and Research Agent become the retrieval and reasoning layers. They query both Bigdata’s corpus and your indexed documents.
Quickstart Guides
Research Agent
Create intelligent assistants that combine web and premium data with your proprietary content for deeper insights and productivity.
Workflows API
Build reproducible, templated research workflows for automated analysis.
Search Service
Easily find the most relevant information from trusted sources and your own data. Use it to power agents that give accurate, real-time answers.
Content API
Upload files or ingest them through connectors. Enrich and index private documents so Search and Research Agent can use them.
Monitors API Coming soon
Run a saved search continuously and receive structured events when new developments appear.
Bigdata Developer Platform
We recommend using the Developer Platform to test your queries and understand how our APIs work. Also, use it to manage your API keys and monitor your API consumption and costs.🚀 Bigdata Developer Platform
Your companion for day-to-day Bigdata API developmentThe Developer Platform is your central hub for managing, testing, and optimizing your Bigdata API integrations. Get instant business value with interactive playgrounds that make it incredibly easy to understand how our APIs work and discover their full potential.Key Features:
- 🎮 Advanced Playgrounds: Interactive environments with visual input/output to experiment with queries and see results instantly
- 🔑 API Management: Centralized control of your API keys and access credentials
- 📊 Usage & Spending Tracking: Monitor your API consumption and costs in real-time
- 📱 Demo Apps Library: Explore pre-built applications showcasing what’s possible with Bigdata APIs