Request
Example: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 sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--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-27 06:51:38