For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create from Deep Research Results

Transform completed Deep Research runs into narrated videos with the researches array.

curl -X POST "https://api.autocontentapi.com/content/Create" \
  -H "accept: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "outputType": "video",
    "researches": ["research-id-123"],
    "text": "Present the findings and recommend next steps."
  }'

Tips

Try it in code

Last updated