Easily find the most relevant information from trusted sources and your own data. Use it to power agents that give accurate, real-time answers.
fast (default): Runs a single query using the specified filters. Best for pre-processed queries where you control the filters.
smart: Analyzes the query text to automatically define search filters and runs multiple sub-queries to ensure better coverage. Ideal for sending user questions directly without pre-processing. When using smart mode, only timestamp and source filters are allowed; using any other filters will result in a 400 Bad Request error.
fast, smart When set to true, the response metadata will include an audit object containing the resolved queries that were actually executed. Useful for debugging and understanding how the system interpreted your request.