DeepDive API Reference
Interactive testing for AI-powered research and analysis
AI Research Platform
https://www.searchhive.dev/api/v1/deepdiveAI-Powered Research & Analysis
Conduct comprehensive research with AI analysis, trend identification, and professional report generation
Using demo key for testing. Replace with your actual API key.
The main research question or topic to investigate. Should be specific and well-defined.
Types of sources to include in the research analysis.
Depth of AI analysis to perform on the collected data.
Maximum number of sources to analyze for the research (5-100).
Time period to focus the research on (affects source selection).
Primary language for source analysis and response generation.
Geographic regions to prioritize in the research.
Specific type of analysis to perform on the research data.
Specific entities (companies, people, products) to focus the analysis on.
Specific aspects or topics to emphasize in the analysis.
Perform sentiment analysis on sources and entities.
Identify and analyze trends in the research domain.
Minimum confidence score for including insights in results (0.0-1.0).
Generate an executive summary of the research findings.
Include properly formatted citations for all analyzed sources.
Format style for generated citations.
Generate actionable recommendations based on findings.
Additional export format for the research report.
Include structured data for creating charts and visualizations.
import requests
response = requests.post(
"https://www.searchhive.dev/api/v1/deepdive",
headers={"Authorization": "Bearer " + "demo_sk_deepdive_54321"},
json={
"research_query": "AI impact on software development productivity 2025",
"sources": [
"academic",
"news",
"industry_reports"
],
"analysis_depth": "standard",
"max_sources": 25,
"timeframe": "2024-2025",
"language": "en",
"geographic_focus": [
"North America",
"Europe"
],
"analysis_type": "market_research",
"entities": [
"OpenAI",
"GitHub Copilot",
"Microsoft"
],
"focus_areas": [
"productivity",
"code_quality",
"developer_experience"
],
"include_sentiment": true,
"include_trends": true,
"confidence_threshold": "0.7",
"generate_summary": true,
"include_citations": true,
"citation_format": "apa",
"generate_recommendations": false,
"export_format": "",
"visualization_data": false
}
)
data = response.json()
print(data)Click "Test API" to see the response
Response Schema
DeepDive Response Fields
| Field | Type | Description |
|---|---|---|
executive_summary | string | AI-generated executive summary of all research findings. Example: |
key_insights | array | Array of key insights with confidence scores and supporting evidence. Example: |
entity_analysis | object | Detailed analysis for each specified entity (if entities parameter used). Example: |
trend_analysis | array | Identified trends with direction, confidence, and timeframe (if include_trends=true). Example: |
sources_analyzed | array | Complete list of sources with metadata, relevance scores, and analysis notes. Example: |
citations | array | Properly formatted citations in the requested citation format. Example: |
recommendations | array | AI-generated actionable recommendations (if generate_recommendations=true). Example: |
visualization_data | object | Structured data for creating charts and graphs (if visualization_data=true). Example: |
export_url | string | Download URL for exported report (if export_format specified). Example: |
processing_time | float | Total time taken to complete the research analysis in seconds. Example: |
credits_used | integer | Number of API credits consumed by this research request. Example: |
remaining_credits | integer | Remaining API credits in your account. Example: |
request_id | string | Unique identifier for this research request. Example: |
AI Research Features
Analysis Types
Compare entities across multiple dimensions and identify competitive advantages
Analyze market conditions, trends, and opportunities in specific industries
Systematic review of academic literature with citation analysis
Identify emerging trends and predict future developments
Available Source Types
Error Codes
Research completed successfully
Invalid research query or parameters
Insufficient credits for research depth
AI analysis service temporarily unavailable