Request
示例值:Bearer {{YOUR_API_KEY}}
Body Params application/json
generateContent 接口流式返回的pptId
{
"id": "string",
"refresh": false
}
Request samples
curl --location --request POST 'https://api.302.ai/302/ppt/downloadpptx' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"refresh": false
}'
Responses
application/json {
"data": {
"id": "string",
"name": "string",
"subject": "string",
"coverUrl": "string",
"fileUrl": "string",
"templateId": null,
"pptxProperty": null,
"updateTime": null,
"createTime": null,
"createUser": null,
"updateUser": null
},
"code": 0,
"message": "string"
}
Modified at 2025-02-25 11:14:29