# Retrieving AI Summaries via API Call?

**URL:** https://meta.discourse.org/t/retrieving-ai-summaries-via-api-call/325562
**Category:** Support
**Tags:** ai
**Created:** [September 8, 2024, 2:26pm UTC](https://meta.discourse.org/t/retrieving-ai-summaries-via-api-call/325562 "2024-09-08T14:26:15Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [September 9, 2024, 1:33am UTC](https://meta.discourse.org/t/retrieving-ai-summaries-via-api-call/325562/3 "2024-09-09T01:33:39Z")

</div>

Use the following endpoint:

`https://SITE/discourse-ai/summarization/t/TOPIC_ID.json`

Eg:

```plaintext
curl https://meta.discourse.org/discourse-ai/summarization/t/325562.json

```

Be sure not to include the `stream` parameter. The `stream` parameter will cause the message bus to deliver new summaries, which is a more complex protocol.

Also, be sure to use an API key for a user in a group that is able to generate summaries.

---

_[View the full topic](https://meta.discourse.org/t/retrieving-ai-summaries-via-api-call/325562)._
