{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gg402-vercel-app-data-cluster-nl",
  "title": "gg402 \u00b7 Natural Language Data Clustering",
  "url": "https://gg402.vercel.app/data_cluster_nl",
  "category": "ai",
  "summary": "Group structured data points into clusters based on natural language descriptions of grouping criteria.",
  "seo": {
    "title": "NL Data Clustering API | x402 AI Service",
    "description": "Cluster data using natural language descriptions via x402 micropayments. AI-powered data organization for agents. 0.01 USDC per call on Base."
  },
  "use_cases": [
    "Organize customer feedback into thematic categories",
    "Cluster transaction patterns by behavioral descriptions",
    "Group research papers by conceptual similarity",
    "Segment product catalogs using qualitative attributes"
  ],
  "ideal_buyer": "AI agents processing unstructured or semi-structured data that need flexible, description-driven clustering without predefined schemas.",
  "example_prompt": "Cluster these customer support tickets by urgency and product area: [ticket data]",
  "example_request_body": {
    "data": [
      {
        "id": 1,
        "text": "Payment failed three times",
        "category": "billing"
      },
      {
        "id": 2,
        "text": "Login page broken on mobile",
        "category": "technical"
      }
    ],
    "clustering_description": "Group by severity of user impact and whether issue blocks core functionality"
  },
  "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": "Cluster structured data points using natural language descriptions of grouping criteria.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "data": {
              "type": "array",
              "required": true,
              "description": "Array of data objects to cluster."
            },
            "num_clusters": {
              "type": "number",
              "required": false,
              "description": "Desired number of clusters (default: auto-determined)."
            },
            "clustering_description": {
              "type": "string",
              "required": true,
              "description": "Natural language description of how to cluster, e.g., 'group by age and income similarities'."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "clusters",
            "cluster_explanations"
          ],
          "properties": {
            "clusters": {
              "type": "array",
              "description": "Array of cluster groups, where each cluster is an object containing member data and summaries."
            },
            "cluster_explanations": {
              "type": "array",
              "description": "Array of explanations for each cluster based on the clustering description."
            }
          }
        }
      }
    }
  ],
  "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-data-cluster-nl",
    "url": "https://x402all.com/resource/gg402-vercel-app-data-cluster-nl",
    "name": "gg402 \u00b7 Natural Language Data Clustering",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gg402-vercel-app-data-cluster-nl",
      "@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/data_cluster_nl",
    "@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-data-cluster-nl",
    "description": "Cluster data using natural language descriptions via x402 micropayments. AI-powered data organization for agents. 0.01 USDC per call on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gg402-vercel-app-data-cluster-nl",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gg402-vercel-app-data-cluster-nl"
}
