创建无损排版任务
开发中POST
https://api.gezhe.com/v1/generations/layout传入结构化的 Markdwon 文本,返回排版好的 PPT 文件。完全基于提供的 Markdown 内容,不会进行扩写或改变。
本接口为同步接口。
请求参数
Body 参数application/json
content
string
需要渲染的 Markdown 文本
theme
string
模板 ID
选填,不填时由 AI 自动指定所使用的模板,支持后期再切换。模板列表可在 https://gezhe.com/templates 获取
示例
{
"content": "string",
"theme": "string"
}
示例代码
返回响应
成功(200)
请求有误(400)
服务器错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
id
string
任务 ID
editorURL
string
编辑器链接
返回的编辑器链接,在编辑器中可以预览 PPT 文件,可以切换主题、编辑内容、导出文件等操作
示例
{
"id": "qaV8ssD6DPBfpPuDbu4tU",
"prviewURL": "https://gezhe.com/xxxx.ppt/preview",
"errorCode": null,
"errorMsg": null
}
最后修改时间: 8 天前