Prerequisites
- API Key: Contact us to get your API key for authentication
Your First Query
Synchronous Query (Immediate Results)
Submit a query and get results back immediately:Asynchronous Query (Background Processing)
Submit a query for background processing with delivery to a destination:Check Query Status
Understanding the Schema Parameter
Theschema
parameter is required and defines the structure of the response data. It must be a valid JSON Schema.
Accuracy Modes
The API supports two accuracy modes:Low Accuracy (Default)
Low Accuracy (Default)
Uses Hypermodel first, falls back to web search if needed
- Faster processing
- Lower cost
- Good for well-indexed company data
High Accuracy
High Accuracy
Uses both Hypermodel and web search in parallel for maximum accuracy
- More comprehensive results
- Higher accuracy
- Slower processing and higher cost