← Tools Reference

Parallel

Parallel integration (AI, Data). Imported from open-connector.

API key4 toolshttps://api.parallel.ai
POST
parallel_search
Search the web with Parallel and return ranked source excerpts.

/v1/search

7 parameters
ParamTypeRequiredDescription
search_queriesarrayrequiredConcise keyword search queries. Parallel recommends at least one query and 2-3 …
objectivestringoptionalNatural-language description of the search goal used with search_queries to foc…
modestringoptionalThe Parallel search mode preset.
max_chars_totalintegeroptionalUpper bound on total characters across excerpts from all results.
session_idstringoptionalSession identifier shared across related Search and Extract calls.
client_modelstringoptionalThe model generating this request and consuming the results.
advanced_settingsobjectoptionalAdvanced Parallel request settings.
POST
parallel_extract
Extract relevant markdown excerpts or full content from public URLs with Parallel.

/v1/extract

7 parameters
ParamTypeRequiredDescription
urlsarrayrequiredURLs to extract content from. Parallel supports up to 20 URLs.
objectivestringoptionalNatural-language description of the extraction goal used to focus excerpts.
search_queriesarrayoptionalOptional keyword search queries used with objective to focus excerpts.
max_chars_totalintegeroptionalUpper bound on total characters across excerpts from all extracted results.
session_idstringoptionalSession identifier shared across related Search and Extract calls.
client_modelstringoptionalThe model generating this request and consuming the results.
advanced_settingsobjectoptionalAdvanced Parallel request settings.
GET
parallel_retrieve_task_run
Retrieve the current status of a Parallel task run.

/v1/tasks/runs/{run_id}

1 parameter
ParamTypeRequiredDescription
run_idstringrequiredThe Parallel task run ID.
GET
parallel_retrieve_task_run_result
Retrieve the result of a Parallel task run, blocking until completion or timeout.

/v1/tasks/runs/{run_id}/result

3 parameters
ParamTypeRequiredDescription
run_idstringrequiredThe Parallel task run ID.
timeoutintegeroptionalMaximum seconds Parallel should wait for the result.
parallel_betastringoptionalOptional Parallel beta header value to enable beta features.