Audio
MP3 File Generator
MP3 audio — 192 kbps, tone or sweep
cURL equivalent
curl -X POST https://gettestfiles-api.fly.dev/generate/mp3 \
-H "Content-Type: application/json" \
-d '{
"duration_sec": 30,
"sample_rate": "44100",
"channels": "stereo",
"tone": "440hz"
}' \
--output sample.mp3About 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 MP3 file instantly.