v1
latestOpenAPI 3.0.32026-07-267263.7 KBInitiate a research task
Tavily Research performs comprehensive research on a given topic by conducting multiple searches, analyzing sources, and generating a detailed research report.
post/research
Request body
Example request
{
"input": "What are the latest developments in AI?",
"output_schema": {
"properties": {
"company": {
"type": "string",
"description": "The name of the company"
},
"key_metrics": {
"type": "array",
"description": "List of key performance metrics",
"items": {
"type": "string"
}
},
"financial_details": {
"type": "object",
"description": "Detailed financial breakdown",
"properties": {
"operating_income": {
"type": "number",
"description": "Operating income for the period"
}
}
}
},
"required": [
"company"
]
},
"include_domains": [
"sec.gov",
"ec.europa.eu"
],
"exclude_domains": [
"reddit.com",
"quora.com"
],
"files": [
{
"name": "q1-report.md",
"data": "<base64-encoded file contents>",
"type": "base64"
}
]
}Response
Research task queued successfully (when not streaming)
Example response
{
"request_id": "123e4567-e89b-12d3-a456-426614174111",
"created_at": "2025-01-15T10:30:00Z",
"status": "pending",
"input": "What are the latest developments in AI?",
"model": "mini"
}