Starts a new task execution from an official workflow template and returns a task_id.
Use GET /v2/workflow/list-official-workflow-templates to discover templates.
Send your API key in the Authorization header as Bearer <API_KEY>.
Request body used to start a new task from an official workflow template.
The official workflow template ID to run.
"tpl_123456789"
Optional. Proxy region code. Defaults to US.
"US"
Input parameters for this run.
[
{
"name": "url",
"value": "https://example.com"
}
]Optional. See RunWorkflowTaskRequest.callback_url.
2048"https://your-server.com/webhooks/workflow-callback"
Optional. See RunWorkflowTaskRequest.status_change_callback_url.
2048"https://your-server.com/webhooks/task-status-change-callback"
OK
Response returned after successfully creating a task.