# Create from Deep Research Results

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

```bash
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](https://docs.autocontentapi.com/quick-start/deep-researches/create-research-podcast) walkthrough for status polling.

## Try it in code

* [C#](https://docs.autocontentapi.com/code-samples/podcasts/csharp/from-research)
* [Node.js](https://docs.autocontentapi.com/code-samples/podcasts/nodejs/from-research)
* [Java](https://docs.autocontentapi.com/code-samples/podcasts/java/from-research)
* [PHP](https://docs.autocontentapi.com/code-samples/podcasts/php/from-research)
* [Python](https://docs.autocontentapi.com/code-samples/podcasts/python/from-research)
