{
"id": "string",
"drawPptx": true,
"drawCover": true,
"pptxProperty": {}
}
curl --location -g --request POST '{{BASE_URL}}/docmee/v1/api/ppt/savePptx' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"drawPptx": true,
"drawCover": true,
"pptxProperty": {}
}'
{
"code": 0,
"data": {
"pptInfo": {
// ppt信息
// 数据同 generatePptx 生成PPT 接口结构...
}
},
"message": "操作成功"
}