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

      未命名接口

      开发中
      GET
      https://api-openai.dtgarden.comhttps://staging.synthesis.bz/posmy/v1/api/token

      请求参数

      Query 参数
      grant_type
      string 
      可选
      示例值:
      password
      username
      string 
      可选
      示例值:
      postestapimy
      password
      string 
      可选
      示例值:
      APITest1234

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://staging.synthesis.bz/posmy/v1/api/token?grant_type=password&username=postestapimy&password=APITest1234'

      返回响应

      🟢200成功
      application/json
      Body
      object {0}
      示例
      {}
      上一页
      获取token
      Built with