Overview
Clients
Section titled “Clients”Athletes the coach is tracking. A Client carries a profile (height, weight, gender) that drives body-aware metric adjustments — keep these populated for accurate green zones.
Create a Client (POST /api/clients/), then pass its id as client when creating a session so the analyzers scale metrics to that athlete. Full CRUD is team-scoped and reachable with a partner aik_… API key; the avatar upload is a presigned two-step PUT (POST /api/clients/<id>/avatar-intent/). Free’s max_client_profiles=1 cap returns 402 client_limit_reached on the second create.