OPEN AI
  1. 聊天设置
OPEN AI
  • 聊天对话
    • 流式对话
    • 普通对话
      POST
    • 普通对话 Copy
      POST
  • AI画图
    • AI画图
      POST
  • 模型应用
    • 文本翻译
      POST
    • 文本智能纠错
      POST
  • 账号查询
    • 查询账户余额明细
      GET
    • 查询订阅账户信息
      GET
  • 聊天设置
    • 回复过滤
      POST
  • 账号授权
    • 获取token
      GET
  • 未命名接口
    GET
  1. 聊天设置

回复过滤

POST
https://api-openai.dtgarden.com/question/filter

请求参数

Header 参数
appId
string 
必需
示例值:
20230515055137A001
token
string 
必需
示例值:
c3b0222e67507c7ed57ae0820edd90fe
Content-Type
string 
可选
示例值:
application/json
Body 参数text/plain
示例
示例值:{ "content":"你是傻逼吗谁", "identification":"bf9a455b-dd29-492c-8598-680d3b8b9f1c" }

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-openai.dtgarden.com/question/filter' \
--header 'appId: 20230515055137A001' \
--header 'token: c3b0222e67507c7ed57ae0820edd90fe' \
--header 'Content-Type: application/json' \
--data-raw '{
    "content":"你是傻逼吗谁",
    "identification":"bf9a455b-dd29-492c-8598-680d3b8b9f1c"
}'

返回响应

🟢200成功
application/json
Body
object {0}
示例
{}
上一页
查询订阅账户信息
下一页
获取token
Built with