๐ฌCreate from Deep Research Results
Transform completed Deep Research runs into narrated episodes with the researches
array.
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"outputType": "audio",
"researches": ["research-id-123"],
"text": "Present the findings and recommend next steps."
}'
Tips
Combine multiple research IDs for cross-study roundups.
Pair with the Create a Podcast Episode from Deep Research walkthrough for status polling.
Try it in code
Last updated