{
"outlineContentMarkdown": "string",
"templateId": "string",
"pptxProperty": false,
"notes": [
"string"
]
}
curl --location --request POST 'https://api.302.ai/302/ppt/generatepptx' \
--header 'Content-Type: application/json' \
--data-raw '{
"outlineContentMarkdown": "string",
"templateId": "string",
"pptxProperty": false,
"notes": [
"string"
]
}'
{}