Sample RTF Files
DocumentRTF — Rich Text Format, cross-platform document standard
Download by size
Need a custom RTF file?
Configure exact parameters and download on demand.
Download via curl
# Download the 1 MB RTF file
curl -L "http://localhost:8000/files/rtf/TestFile-rtf-1mb.rtf" \
-o sample-rtf-1mb.rtf
# Generate a custom file via API
curl -X POST https://gettestfiles-api.fly.dev/generate/rtf \
-H "Content-Type: application/json" \
-d '{}' --output custom.rtf