OPEN AI 极速开发平台

开放OPEN AI 平台接口文档


回复过滤

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>AI回复铭感词过滤</li> <li>开放接口调用 后台支持一键配置</li> </ul> <p><img src="https://images.soboys.cn/202305281116080.png" alt="" /></p> <h5>请求URL</h5> <ul> <li><code>http://api-openai.dtgarden.com/question/filter</code> </li> </ul> <h5>请求方式</h5> <ul> <li>post</li> </ul> <h5>请求Body参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">content</td> <td style="text-align: left;">是</td> <td>string</td> <td>过滤内容</td> </tr> <tr> <td style="text-align: left;">identification</td> <td style="text-align: left;">是</td> <td>string</td> <td>接口服务ID</td> </tr> </tbody> </table> <h5>成功返回示例</h5> <pre><code>{ &amp;quot;success&amp;quot;: true, &amp;quot;code&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;message&amp;quot;: &amp;quot;成功&amp;quot;, &amp;quot;timestamp&amp;quot;: &amp;quot;2023-05-28 11:16:08&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;check&amp;quot;: [ { &amp;quot;keyword&amp;quot;: &amp;quot;傻逼&amp;quot;, &amp;quot;category&amp;quot;: &amp;quot;谩骂&amp;quot;, &amp;quot;position&amp;quot;: &amp;quot;2-3&amp;quot;, &amp;quot;level&amp;quot;: &amp;quot;高&amp;quot; } ], &amp;quot;reply&amp;quot;: &amp;quot;你是**吗谁&amp;quot; } } </code></pre>

页面列表

ITEM_HTML