Skip to main content
GET
/
presentations
/
{presentation_id}
/
download
Download Presentation
curl --request GET \
  --url https://api.example.com/presentations/{presentation_id}/download
{
  "file": {}
}
Download the complete presentation as a PPTX file. The presentation must be in completed status.
presentation_id
string
required
UUID of the presentation
file
binary
PPTX file download (Content-Type: application/vnd.openxmlformats-officedocument.presentationml.presentation)