Parallel API
Parallel API
Tool
parallel_create_task_run
Initiates a task run.Returns immediately with a run object in status ‘queued’.Beta features can be enabled by setting the ‘parallel-beta’ header.
Pricing
Per call
$0.02
Model
flat
Pay only for what you use. No subscriptions.
Inputs
input *
stringsource_policy
objectmcp_servers
arraymetadata
objectwebhook
objectenable_events
booleanprocessor *
stringtask_spec
objectTry It
API
MCP Config
Input Parameters
Input to the task, either text or a JSON object.
Optional source policy governing preferred and disallowed domains in web search results.
Optional list of MCP servers to use for the run.To enable this feature in your requests, specify mcp-server-2025-07-17 as one of the values in parallel-beta header (for API calls) or betas param (for the SDKs).
User-provided metadata stored with the run. Keys and values must be strings with a maximum length of 16 and 512 characters respectively.
Callback URL (webhook endpoint) that will receive an HTTP POST when the run completes.This feature is not available via the Python SDK. To enable this feature in your API requests, specify the parallel-beta header with webhook-2025-08-12 value.
Task run input with additional beta fields.
Task specification. If unspecified, defaults to auto output schema.

