Skip to main content

I have heartrate data from indoor cycling sessions ( no gps data ) and I want my app to be able to upload the session once it's finished to strava.


I have been able to create an activity with only the average heartrate, but i have not been able to do so with accurate data for each moment to be able to view a heartrate graph.


My data would is something like this but i can change the time to date: ( same for power )


[{ hrp: 50, time: 0 }, { hrp: 55, time: 10 }, ....]

Hey there, 


For information beyond what a manually created activity would have we recommend exploring file uploads for activities. That documentation can be found here


Reply