{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gg402-vercel-app-workout-plan-generator",
  "title": "gg402 \u00b7 Workout Plan Generator",
  "url": "https://gg402.vercel.app/workout_plan_generator",
  "category": "ai",
  "summary": "Generate customized workout plans with progress tracking and injury modifications based on personal fitness parameters.",
  "seo": {
    "title": "AI Workout Plan Generator API | x402 Pay-Per-Call",
    "description": "Generate personalized fitness plans via AI. 0.01 USDC per call. Inputs: goals, body type, equipment, injury history. Outputs: plans, nutrition tips, progress tracking."
  },
  "use_cases": [
    "Create personalized fitness routines",
    "Adapt workouts for injury recovery",
    "Generate nutrition guidance paired with exercise plans",
    "Track fitness progress metrics"
  ],
  "ideal_buyer": "Fitness apps, health coaches, and wellness platforms needing AI-generated personalized training content.",
  "example_prompt": "Create a 12-week strength plan for a mesomorph with gym access and a history of shoulder impingement.",
  "example_request_body": {
    "body_type": "mesomorph",
    "equipment": [
      "barbell",
      "dumbbells",
      "cable_machine"
    ],
    "fitness_goal": "strength",
    "duration_weeks": 12,
    "injury_history": [
      "shoulder_impingement"
    ]
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9257cd24721e3c06e9f7655b77c283bcd9652132",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Generates customized workout plans based on fitness goals, body type, equipment availability, and injury history, including progress tracking and modifications for optimal health and performance.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "goals": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "required": true,
              "description": "Fitness objectives, e.g., ['weight_loss', 'muscle_gain']."
            },
            "injuries": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "required": false,
              "description": "Past injuries or limitations."
            },
            "body_info": {
              "type": "object",
              "required": true,
              "properties": {
                "age": {
                  "type": "number",
                  "required": true,
                  "description": "Age in years"
                },
                "height": {
                  "type": "number",
                  "required": true,
                  "description": "Height in cm"
                },
                "weight": {
                  "type": "number",
                  "required": true,
                  "description": "Weight in kg"
                },
                "fitness_level": {
                  "type": "string",
                  "required": true,
                  "description": "e.g., beginner, intermediate, advanced"
                }
              },
              "description": "Details like age, weight, height, fitness level."
            },
            "equipment": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "required": false,
              "description": "Available tools, e.g., ['dumbbells', 'resistance_bands']."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "weekly_plan",
            "progress_tracking",
            "modifications",
            "nutrition_tips"
          ],
          "properties": {
            "weekly_plan": {
              "type": "object",
              "properties": {
                "days": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "day": {
                        "type": "string",
                        "description": "e.g., Monday"
                      },
                      "exercises": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string",
                              "description": "Exercise name"
                            },
                            "reps": {
                              "type": "string",
                              "description": "Repetitions, e.g., '10-12' or '3x10'"
                            },
                            "sets": {
                              "type": "number",
                              "description": "Number of sets"
                            }
                          }
                        }
                      }
                    }
                  }
                }
              },
              "description": "Structured plan with days, exercises, sets, and reps."
            },
            "modifications": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Adjustments for injuries or progress."
            },
            "nutrition_tips": {
              "type": "string",
              "description": "Complementary dietary advice."
            },
            "progress_tracking": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Metrics to monitor, e.g., ['weight', 'endurance']."
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "gg402-vercel-app",
    "host": "gg402.vercel.app",
    "title": "x402 API Marketplace | Pay-per-call APIs with Crypto",
    "description": "Discover and integrate paid APIs using the x402 protocol. Micropayments made simple with crypto.",
    "url": "https://gg402.vercel.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/gg402-vercel-app-workout-plan-generator",
    "url": "https://x402all.com/resource/gg402-vercel-app-workout-plan-generator",
    "name": "gg402 \u00b7 Workout Plan Generator",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gg402-vercel-app-workout-plan-generator",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://gg402.vercel.app/workout_plan_generator",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/gg402-vercel-app",
      "url": "https://gg402.vercel.app",
      "name": "x402 API Marketplace | Pay-per-call APIs with Crypto",
      "@type": "Organization"
    },
    "identifier": "gg402-vercel-app-workout-plan-generator",
    "description": "Generate personalized fitness plans via AI. 0.01 USDC per call. Inputs: goals, body type, equipment, injury history. Outputs: plans, nutrition tips, progress tracking.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gg402-vercel-app-workout-plan-generator",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gg402-vercel-app-workout-plan-generator"
}
