{
"width": 960,
"height": 540,
"pages": [], // 页面结构数据
"font": [], // 字体数据
"slideMasters": [], // 母版结构数据
"version": "1.0"
}
curl --location --request POST 'https://api.leebay.cyou/docmee/v1/api/pptjson/json2ppt' \
--header 'Authorization: sk-xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"width": 960,
"height": 540,
"pages": [], // 页面结构数据
"font": [], // 字体数据
"slideMasters": [], // 母版结构数据
"version": "1.0"
}'
{}