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 ' \
--header 'Content-Type: application/json' \
--data-raw '{
"subject": "string",
"dataUrl": "string",
"stream": true,
"templateId": "string",
"pptxProperty": false,
"length": "string",
"lang": "string",
"prompt": "string"
}'
Modified at 2025-02-27 06:18:15