查看生成 PPT 列表
开发中GET
https://api.gezhe.com/v1/generations请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
array of:
id
string
可选
type
string
可选
path
string
可选
materialIds
string
可选
title
string
可选
version
string
可选
contentx
string
可选
theme
string
可选
author
string
可选
byStep
boolean
可选
language
string
可选
outline
string
可选
context
string
可选
pageData
string
可选
previewURL
string
可选
savedAt
string
可选
illegal
boolean
可选
illegalDetail
null
可选
creatorId
string
可选
createdAt
string
可选
updatedAt
string
可选
示例
[
{
"id": "doc123456",
"type": "pptx",
"path": "",
"materialIds": "mat001,mat002,mat003",
"title": "2023年度销售报告",
"version": "balance",
"contentx": "这是一份关于2023年度销售情况的报告,包含销售数据、趋势分析和未来展望。",
"theme": "theme",
"author": "张三",
"byStep": false,
"language": "Chinese",
"outline": "markdown",
"context": "年度销售会议",
"pageData": "[]",
"editorURL": "https://api.gezhe.com/editor/doc123456",
"savedAt": "2023-04-15T10:30:00Z",
"illegal": false,
"illegalDetail": null,
"creatorId": "user789",
"createdAt": "2023-04-15T09:00:00Z",
"updatedAt": "2023-04-15T10:30:00Z"
}
]
最后修改时间: 1 个月前