{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gg402-vercel-app-ai-tools-openai-sentiment",
  "title": "GG402 \u00b7 OpenAI Sentiment Analysis",
  "url": "https://gg402.vercel.app/ai-tools/openai-sentiment",
  "category": "ai",
  "summary": "Classify text sentiment with numerical scores and confidence metrics using OpenAI models.",
  "seo": {
    "title": "Sentiment Analysis API | OpenAI NLP via x402",
    "description": "Analyze text sentiment using OpenAI with structured JSON output for 0.002 USDC. Positive/negative/neutral classification with confidence scores via x402 on Base."
  },
  "use_cases": [
    "Score customer feedback sentiment",
    "Monitor social media brand perception",
    "Filter content by emotional tone"
  ],
  "ideal_buyer": "Customer support automation and social media monitoring systems requiring sentiment classification.",
  "example_prompt": "Analyze the sentiment of this product review: 'This app is amazing but crashes sometimes'",
  "example_request_body": {
    "text": "This app is amazing but crashes sometimes"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap",
    "ratio": 0.2,
    "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": "2000",
      "max_timeout_seconds": 60,
      "description": "Analyze sentiment of text using OpenAI with structured JSON output. Returns sentiment (positive/negative/neutral), score (0-1), and confidence.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "text": {
              "type": "string",
              "required": true,
              "description": "Text to analyze for sentiment"
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "sentiment",
            "score",
            "confidence"
          ],
          "properties": {
            "score": {
              "type": "number",
              "maximum": 1,
              "minimum": 0,
              "description": "Sentiment score from 0.0 (negative) to 1.0 (positive)"
            },
            "sentiment": {
              "enum": [
                "positive",
                "negative",
                "neutral"
              ],
              "type": "string",
              "description": "Sentiment classification"
            },
            "confidence": {
              "type": "number",
              "maximum": 1,
              "minimum": 0,
              "description": "Confidence score from 0.0 to 1.0"
            }
          }
        }
      }
    }
  ],
  "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-ai-tools-openai-sentiment",
    "url": "https://x402all.com/resource/gg402-vercel-app-ai-tools-openai-sentiment",
    "name": "GG402 \u00b7 OpenAI Sentiment Analysis",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gg402-vercel-app-ai-tools-openai-sentiment",
      "@type": "Offer",
      "price": "0.002",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.002000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://gg402.vercel.app/ai-tools/openai-sentiment",
    "@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-ai-tools-openai-sentiment",
    "description": "Analyze text sentiment using OpenAI with structured JSON output for 0.002 USDC. Positive/negative/neutral classification with confidence scores via x402 on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gg402-vercel-app-ai-tools-openai-sentiment",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gg402-vercel-app-ai-tools-openai-sentiment"
}
