v1
latestOpenAPI 3.1.02026-07-26194149.1 KBScouting
Create Scout Task
post/v1/scouting/tasks
Request body
Example request
{
"output_schema": {
"items": {
"properties": {
"headline": {
"description": "News headline",
"type": "string"
},
"summary": {
"description": "Brief summary",
"type": "string"
},
"source_url": {
"description": "URL for more details",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"query": "Tell me about the latest news, product updates, press releases, social media announcements, investments into, or other relevant information about Yutori, the AI company.",
"output_interval": 3600,
"user_timezone": "America/Los_Angeles",
"user_location": "San Francisco, CA, US",
"skip_email": true,
"webhook_format": "scout"
}Response
Successful Response