Generate PPT interface with one click
** Price: 0.07PTC/call **
Request
Body Params application/json
{
"subject": "string",
"dataUrl": "string",
"stream": true,
"templateId": "string",
"pptxProperty": false,
"length": "string",
"lang": "string",
"prompt": "string"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/ppt/directgeneratepptx' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"subject": "string",
"dataUrl": "string",
"stream": true,
"templateId": "string",
"pptxProperty": false,
"length": "string",
"lang": "string",
"prompt": "string"
}'
Responses
application/json {
"data": {
"pptInfo": {
"id": "string",
"name": "string",
"subject": "string",
"coverUrl": "string",
"fileUrl": "string",
"templateId": "string",
"pptxProperty": null,
"updateTime": "string",
"createTime": "string",
"createUser": null,
"updateUser": null
}
},
"code": 0,
"message": "string"
}
Modified at 2025-02-27 06:18:15