Upload a ride file

Export a .fit file from your bike computer (iGPSPORT, Garmin, Wahoo, …) and turn it into a share image — no Strava needed.

Share directly from the iGPSPORT app on iOS

iOS doesn't let websites appear in the share sheet, but a one-time Shortcut does the same job: share a ride's .fit file to the Shortcut and it lands here, opening the editor automatically.

  1. Open Shortcuts and create a new shortcut. In its settings, enable Show in Share Sheet and set the accepted input to Files.
  2. Add Get Contents of URL: URL https://share.jp03.sanaecon.com/api/upload-fit?format=url, method POST, request body Form, with one form field of type File named file whose value is Shortcut Input.
  3. Add Open URLs with the Contents of URL variable — the response already is the editor link, no parsing needed.
  4. Name it (e.g. “Make ride card”). Then in the iGPSPORT app: open a ride → export/share the .fit → pick your shortcut in the share sheet.
← Back home