latestOpenAPI 3.0.02026-08-1610635191.3 KB
355890b6b4cc
Deep Research
Perform deep research on a given query
Conducts advanced research on the provided text query and returns results in the specified output format
post/deep-research/research
Request body
Example request
{
"text": "What are the latest developments in artificial intelligence?",
"outputType": "json",
"jsonFormat": "{\n \"summary\": \"\",\n \"keyFindings\": [],\n \"sources\": []\n}\n",
"provider": "gemini",
"projectIds": [
"proj-123",
"proj-456"
],
"files": [
"https://example.com/reference.pdf",
"2c9fe88f-d3e2-41a8-9156-76c5e34dbfdd"
],
"callbackData": "user-specific-data",
"dailyCount": 2,
"scheduleEndDate": "2024-12-31T23:59:59Z"
}Response
Research request or schedule submitted successfully
Example response
{
"request_id": "550e8400-e29b-41d4-a716-446655440000"
}