Create A Task
Launches a one-time research task on the web.
Advanced Example
Receive structured output on a webhook when the task completes
Receive structured output on a webhook when the task completes
output_schema to receive data in a specific JSON schema format, and optionally add webhook notifications.Authorizations
Body
"What are the latest developments in quantum computing from the past week?"
JSON Schema for structured output. Takes precedence over task_spec if both provided.
Deprecated but still supported. Use output_schema instead.
User's timezone for contextual awareness (e.g. 'America/Los_Angeles')
"America/Los_Angeles"
User's coarse location in the format: city, region_code, country_name
"San Francisco, CA, US"
true
Optional webhook URL to receive results when the research task completes
"https://example.com/webhook"
Webhook payload format. Slack incoming webhook URLs require 'slack'.
scout, slack, zapier "scout"
Response
Successful Response
Response for creating a research task.
Unique identifier for this research task
URL to view task progress and results
Current status of the research task
queued, running, succeeded, failed Echoes the webhook URL configured for this task, if provided