{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gg402-vercel-app-recipe-inventor",
  "title": "GG402 \u00b7 Recipe Inventor",
  "url": "https://gg402.vercel.app/recipe_inventor",
  "category": "ai",
  "summary": "Generates original recipes based on available ingredients, cuisine preferences, and dietary restrictions with full nutritional breakdown.",
  "seo": {
    "title": "AI Recipe Generator API | x402 Pay-Per-Call",
    "description": "Generate original recipes with nutritional analysis. Ingredients, cuisine styles, dietary needs. Pay 0.01 USDC per call on Base."
  },
  "use_cases": [
    "Create recipes from available pantry ingredients",
    "Generate cuisine-specific dishes with dietary filters",
    "Access nutritional analysis for meal planning"
  ],
  "ideal_buyer": "Meal planning agents and cooking applications generating personalized recipes.",
  "example_prompt": "Create a vegan Italian recipe with tomatoes, basil, and chickpeas",
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.333,
    "median_category_atomic": 30000
  },
  "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": "Invents original recipes based on available ingredients, cuisine styles, and dietary needs, with nutritional analysis.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "cuisine": {
              "type": "string",
              "required": false,
              "description": "e.g., 'Italian', 'Asian'."
            },
            "ingredients": {
              "type": "array",
              "required": true,
              "description": "List of available ingredients."
            },
            "dietary_restrictions": {
              "type": "array",
              "required": false,
              "description": "e.g., ['vegan', 'gluten-free']."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "recipe",
            "nutritional_info",
            "variations"
          ],
          "properties": {
            "recipe": {
              "type": "object",
              "required": [
                "name",
                "ingredients",
                "steps",
                "servings"
              ],
              "properties": {
                "name": {
                  "type": "string",
                  "description": "The name of the recipe."
                },
                "steps": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  },
                  "description": "Step-by-step instructions for preparing the recipe."
                },
                "servings": {
                  "type": "number",
                  "description": "Number of servings the recipe yields."
                },
                "ingredients": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  },
                  "description": "List of ingredients used in the recipe."
                }
              },
              "description": "The invented recipe details."
            },
            "variations": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "name",
                  "changes"
                ],
                "properties": {
                  "name": {
                    "type": "string",
                    "description": "Name of the variation."
                  },
                  "changes": {
                    "type": "string",
                    "description": "Description of changes made."
                  }
                }
              },
              "description": "Alternative versions of the recipe."
            },
            "nutritional_info": {
              "type": "object",
              "required": [
                "calories",
                "protein",
                "carbohydrates",
                "fat"
              ],
              "properties": {
                "fat": {
                  "type": "number",
                  "description": "Fat in grams per serving."
                },
                "protein": {
                  "type": "number",
                  "description": "Protein in grams per serving."
                },
                "calories": {
                  "type": "number",
                  "description": "Total calories per serving."
                },
                "carbohydrates": {
                  "type": "number",
                  "description": "Carbohydrates in grams per serving."
                }
              },
              "description": "Nutritional analysis of the recipe."
            }
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "finance-cl-ed358f423650",
  "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-recipe-inventor",
    "url": "https://x402all.com/resource/gg402-vercel-app-recipe-inventor",
    "name": "GG402 \u00b7 Recipe Inventor",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gg402-vercel-app-recipe-inventor",
      "@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/recipe_inventor",
    "@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-recipe-inventor",
    "description": "Generate original recipes with nutritional analysis. Ingredients, cuisine styles, dietary needs. Pay 0.01 USDC per call on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gg402-vercel-app-recipe-inventor",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gg402-vercel-app-recipe-inventor"
}
