是否有办法通过 API 调用检索这些 AI 摘要?我们希望在我们的 WordPress 博客的产品页面上自动显示这些 AI 摘要。
您可以通过 API 获取显示在用户体验中的任何内容。您可能只需在 URL 末尾添加 .json,但请参阅 逆向工程 Discourse API
1 个赞
使用以下端点:
https://SITE/discourse-ai/summarization/t/TOPIC_ID.json
例如:
curl https://meta.discourse.org/discourse-ai/summarization/t/325562.json
请确保不要包含 stream 参数。stream 参数将导致消息总线传递新的摘要,这是一个更复杂的协议。
另外,请务必使用有权生成摘要的用户所属组的 API 密钥。
5 个赞
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.