ListAiTools -

获取 ai 工具列表

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

调试

授权信息

当前API暂无授权信息透出。

请求语法

GET /ml/tool/list HTTP/1.1

请求参数

名称

类型

必填

描述

示例值

当前API无需请求参数

返回参数

名称

类型

描述

示例值

headers

object

Server

string

nginx

Content-Type

string

application/json

Content-Length

string

0

Connection

string

close

Date

string

Sun, 27 May 2018 08:25:04 GMT

x-log-requestid

string

5B0A6B60BB6EE39764D458B5

array

object

fields

array<object>

object

name

string

option

array

string

required

boolean

type

string

example

string

description

string

name

string

description

string

示例

正常返回示例

JSON格式

[
  {
    "fields": [
      {
        "name": "",
        "option": [
          ""
        ],
        "required": true,
        "type": "",
        "example": "",
        "description": ""
      }
    ],
    "name": "",
    "description": ""
  }
]

错误码

访问错误中心查看更多错误码。

变更历史

更多信息,参考变更详情