v1
latestOpenAPI 3.1.02026-07-26194149.1 KBResearch
Create A Task
Launches a one-time research task on the web.
post/v1/research/tasks
Request body
Example request
{
"output_schema": {
"items": {
"properties": {
"title": {
"description": "Title of the development",
"type": "string"
},
"summary": {
"description": "Brief summary",
"type": "string"
},
"source_url": {
"description": "URL for more details",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"query": "What are the latest developments in quantum computing from the past week?",
"user_timezone": "America/Los_Angeles",
"user_location": "San Francisco, CA, US",
"skip_email": true,
"webhook_url": "https://example.com/webhook",
"webhook_format": "scout"
}Response
Successful Response