Create a Podcast Episode from Deep Research
Learn how to perform advanced research on any topic and use the results to generate comprehensive AI-powered podcast episodes.
Need help generating research IDs from the app? Follow Start Deep Research to create and manage your deep research requests before you continue here.
Step 1: Create Deep Research Request
Start by creating a deep research request using /deep-research/research:
curl -X POST "https://api.autocontentapi.com/deep-research/research" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"text": "What are the latest developments in artificial intelligence and machine learning in 2024?",
"outputType": "text",
"provider": "gemini",
"callbackData": "ai-research-2024"
}'Request Parameters
text
The research query
Yes
Any research question
outputType
Format of results
Yes
"text"
provider
AI provider to use
No
"gemini", "openai" (default: "gemini")
callbackData
Optional callback data
No
Any string
Use Track Requests & Status Codes for the shared async flow, request_id handling, and callbackData guidance.
Example Response
Important: Save the request_id - you'll need it to check research status and create your podcast!
Step 2: Poll Research Status
Check the research progress using /deep-research/research/{id}:
While Processing
Research Completed
Research Status Codes:
0= Pending (queued for research)5= Processing (research in progress)100= Completed (research ready!)
Step 3: Create Podcast from Research
Once research status is 100, use the research ID to create a podcast:
Example Response
Step 4: Poll Podcast Status
Check the podcast generation progress:
While Processing
Step 5: Get Your Research-Based Podcast
When status reaches 100, your comprehensive podcast is ready:
🎉 Success! Your research-based podcast is ready with comprehensive, well-researched content!
Managing Your Research
List All Your Research Requests
Get Specific Research Details
Advanced: Multiple Research Sources
You can combine multiple research results in a single podcast:
Note: Maximum of 10 research IDs per request.
Research Query Ideas
Technology Research
Business & Economics
Science & Health
Market Analysis
Error Handling
Research Request Errors
Research Failed
Podcast Creation with Invalid Research ID
Benefits of Research-Based Podcasts
Comprehensive Coverage: Deep research provides thorough analysis of complex topics
Current Information: Research pulls from the latest available sources and data
Multiple Perspectives: Research synthesizes information from various authoritative sources
Fact-Checked Content: Research process includes verification and cross-referencing
Professional Quality: Research-based podcasts sound more authoritative and well-informed
Use Cases
Educational Content: Create in-depth educational podcasts on complex subjects
Industry Reports: Generate comprehensive industry analysis and trend reports
Investment Research: Create detailed market analysis and investment insights
Academic Discussions: Transform complex research topics into accessible audio content
Expert Interviews Prep: Use research as background for preparing interview questions
Research Tips
Be Specific: More focused queries yield better research results
Use Keywords: Include relevant industry terms and specific concepts
Time-Sensitive Topics: Specify time ranges for current information
Multiple Angles: Create separate research requests for different aspects of complex topics
Provider Selection: Try both Gemini and OpenAI to see which works better for your topic
What's Next?
🎧 Learn about Creating Basic Podcasts from web resources
🐦 Explore Creating Podcasts from X Feeds
📖 Check out more Code Samples in different languages
🗣️ Discover Custom Voices for personalized research podcasts
❓ Have questions? Visit our FAQ
Last updated