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