Submit a Deep Research task. Supports multi-round research sessions, file-based context input, and configurable AI agent tools.
Documentation Index
Fetch the complete documentation index at: https://docs.weryai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate using Bearer token. Get your API Key from the WeryAI Console.
Example: Authorization: Bearer sk-xxxxxxxxxxxxxxxx
Request parameters for submitting a Deep Research task. At least one of input or input_resource must be provided.
Research run mode.
DEEP_RESEARCH, DEEP_RESEARCH_MAX "DEEP_RESEARCH"
Interaction ID from a previous research or execution session, used to continue a multi-round conversation.
"dr_interaction_abc123"
Controls how the model exposes its reasoning chain. Set to auto to let the model decide.
"auto"
When true, the task enters the research/planning phase before execution.
true
Plain text input for the research task. At least one of input or input_resource must be provided.
"Analyze the latest trends in AI-powered code generation tools"
Structured input list supporting text, image, and document items. At least one of input or input_resource must be provided.
Controls whether the agent may generate charts or diagrams. Set to auto to let the model decide.
"auto"
List of agent tools to enable for this task.
Callback URL where results will be sent when the task completes.
"https://your-server.com/webhook"
Caller ID (for business association)