👨‍đŸ’ģTracking Endpoint params

https://posetracker.com/pose_tracker/tracking?token=TOKEN&exercise=EXERCISE&width=WIDTH&height=HEIGHT&difficulty=DIFFICULTY&skeleton=SKELETON

url = https://posetracker.com/pose_tracker/tracking
Parameters allowed are : 
- token=API_KEY (is required)
- exercise=EXERCISE (is required)
- width=WIDTH, the width of the webcam (not required, by default = '300px')
- height=HEIGHT, the height of the webcam (not required, by default = '300px')
- difficulty=DIFFICULTY, the difficulty of the exercise (not required, by default = 'normal')
- skeleton=SKELETON, to show the user skeleton (not required, by default = 'true')

This URL can detect motion and track/analyse different body movements (like : squats, pushups, lunges ...)

Basically this URL provide the skeleton of the user and count movements repetitions. But you can upgrade to our Developer plan to have more feedback and features.

Last updated