AgentPublish - 发布AI客服
更新时间:2024-11-07
API访问域名
请求方式 | POST |
---|---|
base url | https://keyue.cloud.baidu.com |
后缀接口 | /open/v1/api/v2/task/create/agent_publish |
Authentication | token为API Key |
说明
无
请求参数
Header参数
名称 | 类型 | 必选 | 中文名 | 说明 |
---|---|---|---|---|
Content-Type | string | 是 | 内容类型 | 固定值:application/json |
token | string | 是 | API KEY | 集成-API-API Key处获取。 详细获取方式参考:准备工作 |
uid | string | 是 | 用户ID | 鼠标移动至页面右上角账户头像即可获取。 详细获取方式参考:准备工作 |
username | string | 是 | 用户名 | 鼠标移动至页面右上角账户头像即可获取。 详细获取方式参考:准备工作 |
Body参数
名称 | 类型 | 必选 | 中文名 | 说明 |
---|---|---|---|---|
category | string | 是 | 发布的内容 | all |
响应参数
名称 | 类型 | 必填 | 中文名 | 说明 |
---|---|---|---|---|
time | integer | 是 | 时间 | 1717469424958 |
data | object | 是 | 数据 | 数据对象 |
data \ id | string | 是 | 任务ID | |
data \ agentId | string | 是 | AI Agent ID | |
data \ agentName | string | 是 | AI Agent 名称 | |
data \ agentType | integer | 是 | ||
data \ userId | string | 是 | uid | |
data \ userName | string | 是 | username | |
data \ created | string | 是 | ||
data \ updated | string | 是 | ||
data \ module | string | 是 | ||
data \ taskType | string | 是 | ||
data \ taskStatus | integer | 是 | ||
data \ taskResult | null | 否 | ||
data \ errorMsg | null | 否 | ||
data \ filePath | string | 是 | 文件路径 | |
data \ fileUrl | null | 否 | 文件URL | null |
data \ taskUrl | string | 是 | 任务URL | /api/v2/llm/document/import |
data \ deleted | integer | 是 | 是否删除 | 0 |
data \ reportFilePath | null | 否 | 报告文件路径 | null |
data \ reportFileUrl | null | 否 | 报告文件URL | null |
data \ taskExtend | string | 是 | 任务扩展 | |
data \ commonExtend | null | 否 | 通用扩展 | null |
data \ tenantId | string | 是 | 租户ID | 3156952326602753 |
data \ appName | null | 否 | 应用名称 | null |
data \ platform | string | 是 | 平台 | NGD |
data \ requestSource | string | 是 | 请求来源 | UNIT |
code | integer | 是 | 状态码 | 200 |
msg | string | 是 | 状态信息 | OK |
请求示例
curl --location 'http://keyue-test.cloud.baidu.com/open/v1/api/v2/task/create/agent_publish' \
--header 'token: 7f3894e7-01d8-4e2e-88d0-ef437ffd3f63' \
--header 'uid: dd6283a283df42998bab14607e23f38d' \
--header 'username: xxxxxxxx' \
--header 'Content-Type: application/json' \
--header 'Agentid: 1b0a986f-6d50-4f26-8b80-79568d775394' \
--header 'Tenantid: 3156952326602753' \
--data '{"category":"all"}'
响应示例
{
"time": 1723098735769,
"data": {
"id": "b8a00953-f0f7-43bd-9955-98132c037185",
"agentId": "19e6d697-0e48-4ea8-9c75-e809113fa10b",
"agentName": "v(导入luukR)",
"agentType": 1,
"userId": "cf792c9e41d44eabb44d667edc71529e",
"userName": "ldd2024",
"created": "2024-08-08 14:32:15",
"updated": "2024-08-08 14:32:15",
"module": "agent",
"taskType": "publish",
"taskStatus": 0,
"taskResult": null,
"errorMsg": null,
"filePath": null,
"fileUrl": null,
"taskUrl": "/api/v2/publish/knowledge",
"deleted": 0,
"reportFilePath": null,
"reportFileUrl": null,
"taskExtend": null,
"commonExtend": null,
"tenantId": "34398019464000000",
"appName": null,
"platform": "NGD",
"requestSource": "UNIT"
},
"code": 200,
"msg": "OK"
}