{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gg402-vercel-app-classify",
  "title": "GG402 \u00b7 Text Classification API",
  "url": "https://gg402.vercel.app/classify",
  "category": "ai",
  "summary": "Classify text into categories with confidence scoring.",
  "seo": {
    "title": "Text Classification API | x402 Base 0.01 USDC",
    "description": "Classify text into categories with confidence scores. Pay 0.01 USDC per call on Base. Returns category list and optional confidence score."
  },
  "use_cases": [
    "Route support tickets by topic",
    "Tag content automatically",
    "Filter spam or sensitive content"
  ],
  "ideal_buyer": "Content moderation systems, support automation, and document processing pipelines.",
  "example_prompt": "Classify this customer email into support categories",
  "example_request_body": {
    "text": "My order hasn't arrived and I need a refund",
    "categories": [
      "shipping",
      "refund",
      "product_issue"
    ]
  },
  "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": "Classify text into categories",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "text": {
              "type": "string",
              "required": true,
              "description": "The text to be classified into categories."
            },
            "categories": {
              "type": "array",
              "required": false,
              "description": "Optional list of possible categories to classify into. If not provided, the model will determine categories."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "categories"
          ],
          "properties": {
            "categories": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "List of categories that the input text belongs to."
            },
            "confidence": {
              "type": "number",
              "description": "Optional confidence score for the classification (0-1)."
            }
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "finance-cl-085be4453f38",
  "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-classify",
    "url": "https://x402all.com/resource/gg402-vercel-app-classify",
    "name": "GG402 \u00b7 Text Classification API",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gg402-vercel-app-classify",
      "@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/classify",
    "@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-classify",
    "description": "Classify text into categories with confidence scores. Pay 0.01 USDC per call on Base. Returns category list and optional confidence score.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gg402-vercel-app-classify",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gg402-vercel-app-classify"
}
