Example:{
"outlineMarkdown": "# Topic\n## Chapter\n### Page Title\n#### Content Title", // Outline markdown text
"asyncGenPptx": false, // Whether to generate asynchronously, here false means synchronous; for asynchronous see the 'AI PPT (Asynchronous)' menu
"prompt": null, // User request
"dataUrl": null // Data URL, returned by calling the file content parsing interface
}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/api/ppt/generateContent' \
--header'token: {token}' \
--header'Content-Type: application/json' \
--data-raw'{
"outlineMarkdown": "# Topic\n## Chapter\n### Page Title\n#### Content Title", // Outline markdown text
"asyncGenPptx": false, // Whether to generate asynchronously, here false means synchronous; for asynchronous see the '\''AI PPT (Asynchronous)'\'' menu
"prompt": null, // User request
"dataUrl": null // Data URL, returned by calling the file content parsing interface
}'