POST /api/ppt/generateContent
Method: POSTEndpoint: /api/ppt/generateContent
Request Parameters
Header Parameters
text
Content-Type
string
Required
Example:
application/json
Authorization
string
Optional
Default Value:
Bearer {{YOUR_API_KEY}}Body Parameters application/json
text
outlineMarkdown
string
Required
Example
{
"outlineMarkdown"
:
"string"
}Example Request
Shell
bash
curl --location --request POST '/api/ppt/generateContent' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"outlineMarkdown": "string"
}'Response
🟢 200 Success
Content Type: application/json
Response Schema
text
objectExample
json
{}