# \[developer plan] Real-time motion feedbacks and recommandations

<mark style="color:red;">This feature need an API\_KEY from a developer plan (50€ / monthly)</mark>

Data composition for `type: 'recommendations'`

```json
{
  "type": "recommendations",
  "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."
]
```
