πŸ”’[developer plan] Real-time motion feedbacks and recommandations

Need to use pass recommendations=true in url params

This feature need an API_KEY from a developer plan (50€ / monthly)

Data composition for type: 'recommendations'

{
  type: 'recommendations',
  data: data
}

Exemple for data values :

data: [
    "Keep your arms raised in front of you for balance.",
    "Keep your weight distributed on both feet, without leaning your torso to the side."
]

Last updated