Data
JSON File Generator
JSON array of records — contact/financial/ecommerce schemas
cURL equivalent
curl -X POST https://gettestfiles-api.fly.dev/generate/json \
-H "Content-Type: application/json" \
-d '{
"records": 100,
"schema": "generic",
"structure": "flat",
"pretty_print": true
}' \
--output sample.jsonAbout 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 JSON file instantly.