查询算法列表
更新时间:2023-11-06
接口描述
本接口用于查询算法列表。
接口内容
GET /v1/ai
响应参数
参数名称 | 类型 | 是否必填 | 说明 |
---|---|---|---|
name | string | 是 | 算法名称 |
comment | string | 是 | 备注 |
url | string | 是 | 请求地址 |
请求示例
GET /v1/ai
Response:
{
"data": [
{"name":"face", "comment": "人脸识别", "url": "http://1.2.3.4:8888/baidu/5gai/v1/car-stay/detect"},
{"name":"xxxx", "comment":"xxxx", "url": "http://a/b/c"}
],
"message": "Success"
}