Parallel integration (AI, Data). Imported from open-connector.
https://api.parallel.ai/v1/search
| Param | Type | Required | Description |
|---|---|---|---|
| search_queries | array | required | Concise keyword search queries. Parallel recommends at least one query and 2-3 … |
| objective | string | optional | Natural-language description of the search goal used with search_queries to foc… |
| mode | string | optional | The Parallel search mode preset. |
| max_chars_total | integer | optional | Upper bound on total characters across excerpts from all results. |
| session_id | string | optional | Session identifier shared across related Search and Extract calls. |
| client_model | string | optional | The model generating this request and consuming the results. |
| advanced_settings | object | optional | Advanced Parallel request settings. |
/v1/extract
| Param | Type | Required | Description |
|---|---|---|---|
| urls | array | required | URLs to extract content from. Parallel supports up to 20 URLs. |
| objective | string | optional | Natural-language description of the extraction goal used to focus excerpts. |
| search_queries | array | optional | Optional keyword search queries used with objective to focus excerpts. |
| max_chars_total | integer | optional | Upper bound on total characters across excerpts from all extracted results. |
| session_id | string | optional | Session identifier shared across related Search and Extract calls. |
| client_model | string | optional | The model generating this request and consuming the results. |
| advanced_settings | object | optional | Advanced Parallel request settings. |
/v1/tasks/runs/{run_id}
| Param | Type | Required | Description |
|---|---|---|---|
| run_id | string | required | The Parallel task run ID. |
/v1/tasks/runs/{run_id}/result
| Param | Type | Required | Description |
|---|---|---|---|
| run_id | string | required | The Parallel task run ID. |
| timeout | integer | optional | Maximum seconds Parallel should wait for the result. |
| parallel_beta | string | optional | Optional Parallel beta header value to enable beta features. |