Sample HTML Files
DocumentHTML page — landing, blog post, dashboard, form, or email template
Download by size
Need a custom HTML file?
Configure exact parameters and download on demand.
Download via curl
# Download the 1 MB HTML file
curl -L "http://localhost:8000/files/html/TestFile-html-1mb.html" \
-o sample-html-1mb.html
# Generate a custom file via API
curl -X POST https://gettestfiles-api.fly.dev/generate/html \
-H "Content-Type: application/json" \
-d '{}' --output custom.html