Introduction
Introduction & Quick Start
What Are Planned Workouts?
Two-Phase Workflow
┌─────────────────────────────────────────────────────────────────┐
│ Phase 1: Create Template (once) │
│ POST /workouts │
│ → Returns workout_id │
└─────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────┐
│ Phase 2: Schedule to User (per athlete) │
│ POST /workouts/{workout_id}/plan?user_id=X │
│ → Applies athlete's max HR, FTP, etc. │
│ → Pushes to user's connected device │
└─────────────────────────────────────────────────────────────────┘Quick Start Example
Step 1: Create a Workout Template
Step 2: Schedule to a User
Authentication
Header
Description
Supported Providers
Provider
Running
Cycling
Swimming
Strength
Next Steps
Last updated
Was this helpful?