With this integration option we displays 3 best workout plans based on the provided category. The user can select one of the plans and start a long-term routine.
Available Categories to Sort Plans
| Plan Category (key: planC) |
|---|
| Strength |
| Cardio |
| Weight Management |
| Rehabilitation |
const postData = {
// ... all initial fields
planC: "Strength", // Plan category (e.g., Strength, Cardio, Rehabilitation, Weight Management)
};const srcURL = "https://ai.kinestex.com";