PPTインターフェイス(同期インターフェイス)を生成する
Request
Body Params application/json
outlineContentMarkdown
string
requiredコンテンツ構造を備えた完全なアウトラインマークダウン(レベル4のタイトルとリストをサポート)
テンプレートIDでは、合格せずにランダムテンプレートを使用できます。
詳細なPPT構造データを返すかどうか(デフォルトは返されません)
PPTページノート、配列形式、アイテムごとに最大200ワード
{
"outlineContentMarkdown": "string",
"templateId": "string",
"pptxProperty": false,
"notes": [
"string"
]
}
Request samples
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"
]
}'
Responses
application/json Modified at 2025-02-27 06:34:36