Sample ODP Files
DocumentODP — OpenDocument Presentation, LibreOffice Impress format
Download by size
Need a custom ODP file?
Configure exact parameters and download on demand.
Download via curl
# Download the 1 MB ODP file
curl -L "http://localhost:8000/files/odp/TestFile-odp-1mb.odp" \
-o sample-odp-1mb.odp
# Generate a custom file via API
curl -X POST https://gettestfiles-api.fly.dev/generate/odp \
-H "Content-Type: application/json" \
-d '{}' --output custom.odp