Deep Research
The research query text
What are the latest developments in artificial intelligence?The format of the output result. When set to json, the response is serialized JSON.
jsonPossible values: Optional instructions or template describing the JSON structure to generate.
{ "summary": "", "keyFindings": [], "sources": [] }The AI provider to use for research (defaults to gemini)
geminiPossible values: Optional array of project IDs to add context from their descriptions
["proj-123","proj-456"]Optional array of file URLs or uploaded file IDs (from /files) to attach to the research request
["https://example.com/reference.pdf","2c9fe88f-d3e2-41a8-9156-76c5e34dbfdd"]Optional callback data to be returned with the response
user-specific-dataIf true, creates a recurring schedule instead of a one-time request
falseNumber of times per day to execute the research (default 1, only used when isScheduled is true)
2Optional end date for the schedule (only used when isScheduled is true). If not provided, schedule runs indefinitely.
2024-12-31T23:59:59ZResearch request or schedule submitted successfully
Bad request - validation error or unauthorized access
Unauthorized - invalid or missing token
Internal server error
The ID of the deep research request to retrieve
Successfully retrieved deep research request
Deep research request not found
Internal server error
Successfully retrieved recurring templates
Bad request - amateur subscription
Unauthorized - invalid or missing token
Internal server error
The unique ID of the recurring template to update
550e8400-e29b-41d4-a716-446655440000New research query text
Updated research on AI ethicsNew number of executions per day
3New end date for the recurring executions (null to remove end date)
2025-01-31T23:59:59ZSet to false to pause the recurring template, true to resume
falseRecurring template updated successfully
Bad request - validation error or amateur subscription
Unauthorized - invalid or missing token
Recurring template not found or unauthorized
Internal server error
Last updated