Skip to main content
GET
/
presentations
/
{presentation_id}
/
download
Download Presentation
curl --request GET \
  --url https://api.example.com/presentations/{presentation_id}/download
{
  "file": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.poesius.com/llms.txt

Use this file to discover all available pages before exploring further.

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)