{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gg402-vercel-app-symptom-advisor",
  "title": "gg402 \u00b7 Symptom Analysis & Urgency Assessment",
  "url": "https://gg402.vercel.app/symptom_advisor",
  "category": "data",
  "summary": "Receives symptom descriptions and returns possible causes with likelihood scores, urgency classification, and guidance on when to seek professional medical care.",
  "seo": {
    "title": "Symptom Advisor API | x402 Pay-Per-Call Health Data",
    "description": "Analyze user-reported symptoms for possible causes, urgency levels, and medical guidance recommendations. 0.01 USDC per call via x402 on Base."
  },
  "use_cases": [
    "Triage symptom reports before routing to appropriate care channels",
    "Generate urgency scores for health monitoring dashboards",
    "Provide preliminary guidance for telehealth intake flows"
  ],
  "ideal_buyer": "Health tech platforms, telehealth services, and wellness apps needing automated symptom triage without diagnostic liability.",
  "example_prompt": "A 34-year-old reports persistent headache with visual aura for 3 days. What are the likely causes and should they seek emergency care?",
  "example_request_body": {
    "age": 34,
    "symptoms": [
      "persistent headache",
      "visual aura"
    ],
    "duration_days": 3
  },
  "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": "Analyzes user-reported symptoms and provides possible causes, urgency levels, and when to seek medical help, not as a diagnostic tool but for informed decision-making.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "age": {
              "type": "number",
              "required": false,
              "description": "User's age for context."
            },
            "duration": {
              "type": "string",
              "required": true,
              "description": "How long symptoms have lasted, e.g., '2 days'."
            },
            "symptoms": {
              "type": "array",
              "required": true,
              "description": "List of symptoms, e.g., ['headache', 'fever']."
            },
            "medical_history": {
              "type": "array",
              "required": false,
              "description": "Relevant history, e.g., ['allergies', 'prior surgeries']."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "possible_causes",
            "urgency_level",
            "self_care_tips",
            "disclaimer"
          ],
          "properties": {
            "disclaimer": {
              "type": "string",
              "description": "Note that this is not medical advice."
            },
            "urgency_level": {
              "type": "string",
              "description": "e.g., 'low', 'high' \u2013 when to seek care."
            },
            "self_care_tips": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Home remedies or monitoring advice."
            },
            "possible_causes": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "cause",
                  "likelihood"
                ],
                "properties": {
                  "cause": {
                    "type": "string",
                    "description": "The possible cause."
                  },
                  "likelihood": {
                    "type": "string",
                    "description": "Likelihood level, e.g., 'high', 'medium', 'low'."
                  }
                }
              },
              "description": "Potential explanations with likelihood."
            }
          }
        }
      }
    }
  ],
  "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-symptom-advisor",
    "url": "https://x402all.com/resource/gg402-vercel-app-symptom-advisor",
    "name": "gg402 \u00b7 Symptom Analysis & Urgency Assessment",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gg402-vercel-app-symptom-advisor",
      "@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/symptom_advisor",
    "@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-symptom-advisor",
    "description": "Analyze user-reported symptoms for possible causes, urgency levels, and medical guidance recommendations. 0.01 USDC per call via x402 on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gg402-vercel-app-symptom-advisor",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gg402-vercel-app-symptom-advisor"
}
