For Garmin, Wahoo, Coros, Strava files & friends. Free. No signup. Nothing stored — your file is converted in memory and forgotten before the response finishes.
FIT (Flexible and Interoperable Data Transfer) is the compact binary format Garmin, Wahoo, Coros and most sports devices record activities in. It stores GPS points plus sensor data — heart rate, cadence, power, temperature — far more efficiently than XML formats like GPX or TCX.
Your file is never written to disk. It is parsed in memory, converted, sent back, and garbage-collected. No accounts, no tracking pixels, no “files are deleted after 24 hours” fine print — there is nothing to delete.
GPS position, elevation, timestamps and distance always. Heart rate, cadence and temperature carry into GPX (Garmin TrackPointExtension), TCX and CSV; power carries into TCX and CSV. FIT course output keeps position, elevation, time and distance — that is what devices read.
25 MB per file — roughly a 40-hour recording — and a polite per-minute rate limit so one script can’t hog the server. If you hit either doing something reasonable, tell us.