Create a Research Object
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
ID of a brainstorm session created via POST /research/brainstorm. When provided, the session’s Q&A context enhances the research.
Answers to brainstorm questions. Each answer references a question ID and the selected option index (0-based).
List of domains to exclude from search results (e.g., “example.com”). Subdomains are also excluded.
When enabled, activates auto mode which analyzes the query to determine the optimal configuration. This overrides reasoning_loops, source_timeout, reasoning_mode, allow_early_exit, and exclude_social.
Preferred AI model to use for research synthesis. Valid values are “gpt-5.2”, “gemini-3-pro”, “gemini-3-flash”, or “claude-opus-4.5”. When not specified, the system automatically selects an appropriate model.