查询PPT任务信息
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
aimiaobi:GetPptInfo |
create |
*全部资源
|
无 | 无 |
请求语法
POST HTTP/1.1
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| WorkspaceId |
string |
否 |
业务空间 ID |
llm-2setzb9xb8mx6vss |
| ExternalUserId |
string |
否 |
abc |
|
| TaskId |
string |
否 |
PPT 任务的 ID |
1f178f22-ec52-467d-8489-eef4468x0240 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
xxxxx |
| Success |
boolean |
此次请求是否成功 |
true |
| Code |
string |
错误码 |
DataNotExists |
| Message |
string |
错误消息 |
错误消息 |
| HttpStatusCode |
integer |
http 错误码 |
400 |
| Data |
object |
数据对象 |
|
| TaskId |
string |
PPT 任务的 ID |
xxx-xxx-xx |
| Query |
string |
PPT 任务的输入信息 |
关于班会主题的PPT |
| PptProcessId |
string |
PPT 流程 ID |
11231232 |
| PptArtifactId |
string |
PPT 作品 ID |
5423431 |
| PptArtifactCover |
string |
http://a.com/xxx.jpeg |
|
| ExportTaskId |
string |
导出任务的 key |
xxx-xxx-xx |
| ExportFileLink |
array |
导出文件链接 |
|
|
string |
文件链接 |
http://xxx.com/a.pptx |
示例
正常返回示例
JSON格式
{
"RequestId": "xxxxx",
"Success": true,
"Code": "DataNotExists",
"Message": "错误消息",
"HttpStatusCode": 400,
"Data": {
"TaskId": "xxx-xxx-xx",
"Query": "关于班会主题的PPT",
"PptProcessId": "11231232",
"PptArtifactId": "5423431",
"PptArtifactCover": "http://a.com/xxx.jpeg",
"ExportTaskId": "xxx-xxx-xx",
"ExportFileLink": [
"http://xxx.com/a.pptx"
]
}
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。