{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "sentiment-analyzer-production-b1f6-up-railway-app-api-analyze-batch",
  "title": "Sentiment Analyzer \u00b7 Batch Text Analysis",
  "url": "https://sentiment-analyzer-production-b1f6.up.railway.app/api/analyze/batch",
  "category": "ai",
  "summary": "Run sentiment analysis on batches of text with scoring and summary statistics.",
  "seo": {
    "title": "Batch Sentiment Analysis API | x402",
    "description": "Analyze sentiment for up to 20 texts in a single batch. Returns sentiment scores, labels, and aggregate statistics."
  },
  "use_cases": [
    "Score customer feedback batches for support triage",
    "Analyze social media sentiment for brand monitoring",
    "Process survey responses with aggregate sentiment metrics"
  ],
  "ideal_buyer": "Customer support automation, social media monitoring tools, and survey analysis platforms.",
  "example_prompt": "Analyze sentiment for these 5 customer reviews about our product launch.",
  "example_request_body": {
    "texts": [
      "Great product, very satisfied",
      "Terrible experience, would not recommend",
      "Average quality for the price"
    ]
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 2,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x6e8b64638b24c6d625b045dd353120d850064e2e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "40000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "texts"
            ],
            "properties": {
              "texts": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Array of texts to analyze (max 20)"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "required": [
              "results",
              "count",
              "summary"
            ],
            "properties": {
              "count": {
                "type": "number"
              },
              "results": {
                "type": "array",
                "items": {
                  "type": "object"
                }
              },
              "summary": {
                "type": "object",
                "properties": {
                  "averageScore": {
                    "type": "number"
                  },
                  "neutralCount": {
                    "type": "number"
                  },
                  "negativeCount": {
                    "type": "number"
                  },
                  "positiveCount": {
                    "type": "number"
                  },
                  "overallSentiment": {
                    "type": "string"
                  }
                }
              }
            }
          },
          "example": {}
        }
      }
    }
  ],
  "duplicate_cluster_id": "data-cl-e0740da3d93a",
  "origin": {
    "slug": "sentiment-analyzer-production-b1f6-up-railway-app",
    "host": "sentiment-analyzer-production-b1f6.up.railway.app",
    "title": "Sentiment Analyzer API",
    "description": "A sentiment analysis service hosted on Railway. No further details available from the current deployment.",
    "url": "https://sentiment-analyzer-production-b1f6.up.railway.app",
    "favicon": "https://sentiment-analyzer-production-b1f6.up.railway.app/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/sentiment-analyzer-production-b1f6-up-railway-app-api-analyze-batch",
    "url": "https://x402all.com/resource/sentiment-analyzer-production-b1f6-up-railway-app-api-analyze-batch",
    "name": "Sentiment Analyzer \u00b7 Batch Text Analysis",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/sentiment-analyzer-production-b1f6-up-railway-app-api-analyze-batch",
      "@type": "Offer",
      "price": "0.04",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.040000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://sentiment-analyzer-production-b1f6.up.railway.app/api/analyze/batch",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/sentiment-analyzer-production-b1f6-up-railway-app",
      "url": "https://sentiment-analyzer-production-b1f6.up.railway.app",
      "name": "Sentiment Analyzer API",
      "@type": "Organization"
    },
    "identifier": "sentiment-analyzer-production-b1f6-up-railway-app-api-analyze-batch",
    "description": "Analyze sentiment for up to 20 texts in a single batch. Returns sentiment scores, labels, and aggregate statistics.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=sentiment-analyzer-production-b1f6-up-railway-app-api-analyze-batch",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=sentiment-analyzer-production-b1f6-up-railway-app-api-analyze-batch"
}
