Data
TXT File Generator
Plain text — lorem ipsum, log lines, or chat transcripts
cURL equivalent
curl -X POST https://gettestfiles-api.fly.dev/generate/txt \
-H "Content-Type: application/json" \
-d '{
"lines": 500,
"variant": "lorem",
"encoding": "utf-8",
"line_endings": "lf"
}' \
--output sample.txtAbout this generator
- Files are generated on demand and streamed directly — nothing is stored.
- Rate limited to 20 files per day per IP on the free tier.
- For bulk generation, use the API directly from your CI pipeline.
Just need a standard file?
Download a pre-built TXT file instantly.