Skip to main content
TermDefinition
API keyA unique identifier used to authenticate requests to Parallel APIs. Generate your API key at platform.parallel.ai.
Asynchronous APIAn API that returns a run ID immediately and processes the request in the background. Task, FindAll, and Monitor APIs are asynchronous. Poll for status or use webhooks to receive results.
CadenceThe frequency at which a monitor executes: hourly, daily, or weekly.
CandidateA potential entity discovered during a FindAll run. Candidates are generated from web data and evaluated against match conditions.
Chat APIA synchronous API that provides OpenAI-compatible streaming chat completions with web-grounded responses. Supports both speed-optimized and research-grade models.
CitationA reference to a web source that contributed to an output field. Includes the URL and relevant excerpts from the source.
Confidence levelA reliability rating for each output field: high (strong evidence from multiple authoritative sources), medium (adequate evidence with some inconsistencies), or low (limited or conflicting evidence).
EnrichmentAdditional structured data extracted for matched candidates using the Task API. Enrichments run automatically on candidates that pass all match conditions.
EventA detected change or update that matches a monitor’s query. Events include the detected information, event date, and source URLs.
Event groupA collection of related events detected during a single monitor execution.
ExcerptA focused portion of page content that’s relevant to your objective. Optimized for LLM consumption.
Extract APIA synchronous API that converts any public URL into clean, LLM-optimized markdown. Handles JavaScript-heavy pages and PDFs.
Fast processorA processor variant optimized for speed over data freshness. Append -fast to any processor name (e.g., core-fast) for 2-5x faster response times.
FieldBasisThe specific object containing citations, reasoning, and confidence for an individual output field within the research basis.
FindAll APIAn asynchronous API for web-scale entity discovery. Turns natural language queries into structured, enriched databases by generating candidates, validating them against criteria, and optionally enriching matches.
FindAll runA single execution of a FindAll query. Includes candidate generation, evaluation, and optional enrichment.
GeneratorThe engine that determines the quality and thoroughness of FindAll run results. Options include preview, base, core, and pro.
Match conditionA criterion that candidates must satisfy to be included in FindAll results. Defined in natural language as part of the query.
Match statusThe state of a candidate after evaluation: matched (satisfies all conditions), unmatched (fails one or more conditions), or generated (not yet evaluated).
MCP (Model Context Protocol)A protocol for connecting AI models to external tools and data sources. Parallel provides MCP servers for Search and Task APIs.
MonitorA scheduled query that continuously tracks the web for changes relevant to a specific topic.
Monitor APIAn asynchronous API for continuous web tracking. Creates scheduled queries that detect relevant changes and deliver updates via webhooks.
ObjectiveA natural language description of what you’re looking for. Used by Search and Extract APIs to focus results on relevant content.
ProcessorThe engine that executes Task Runs. Processors vary in performance characteristics, latency, and reasoning depth. Options include lite, base, core, core2x, pro, ultra, ultra2x, ultra4x, and ultra8x. Each is available in standard and fast variants.
Rate limitThe maximum number of API requests allowed within a time period. See Rate limits for default quotas.
Research BasisThe structured explanation detailing the reasoning and evidence behind each Task Run result. Includes citations, reasoning, and confidence levels.
SDKSoftware Development Kit. Parallel provides official SDKs for Python and TypeScript.
Search APIA synchronous API that executes natural language web searches and returns LLM-optimized excerpts. Replaces multiple keyword searches with a single call for broad or complex queries.
Search queryA specific search term or phrase used to find relevant pages. Multiple search queries can be combined in a single Search API request.
Source policyConfiguration that controls which web sources can be accessed during research. Can include or exclude specific domains.
Synchronous APIAn API that returns results immediately in the response. Search, Extract, and Chat APIs are synchronous.
Task APIAn asynchronous API that combines AI inference with web search and live crawling to turn complex research tasks into repeatable workflows. Returns structured outputs with citations and confidence levels.
Task GroupA collection of Task Runs that can be executed and tracked together. Useful for batch processing multiple inputs.
Task RunA single execution of a task specification. Each Task Run processes one input and produces one output with its associated research basis.
Task specThe definition of what a Task Run should accomplish. Includes input schema, output schema, and optional instructions.
WebhookAn HTTP callback that delivers notifications when specific events occur (e.g., task completion, monitor event detection).