Get started with the Parallel Search API
objective
or search_queries
is required. The remaining fields are optional.
Field | Type | Notes | Example |
---|---|---|---|
objective | string | Natural-language description of what the web research goal is. Include any source or freshness guidance. | ”I want to know when the UN was founded. Prefer UN’s websites.” |
search_queries | string[] | Optional search queries to guide the search. | [“Founding year UN”, “Year of founding United Nations”] |
processor | enum | Either base or pro | base |
max_results | int | Maximum number of search results | 10 |
max_chars_per_result | int | Maximum characters per search result | 1500 |
source_policy | SourcePolicy | Source policy to use for controlling retrieval sources | See Source policy example |
objective
: limited to 5,000 characters.search_queries
: Maximum number of queries allowed is 5 and each query can have a maximum length of 200 characters.max_results
: Processor defined limits. See processors reference.max_chars_per_result
: Minimum value allowed is 100. Per-result excerpt length greater than 30,000 characters in length are not guaranteed.