#
# # # # #

感情アナライザー API

API:Components

ドル$5ドル$15

  • あらゆる形式のテキスト コンテンツからコンテンツ センチメント データ比率を生成します。社会的感情データには, それぞれ極性, 主観性, 否定的, 肯定的, 中立的な感情データの 5 つの主要な指標が含まれます。トークンは, API とオンサイト アプリの両方をサポートしており, それぞれ有料版と無料版があります。

  • API の使用義務と責任の詳細については, 法的利用規約と条件をお読みください。

特徴

  • あらゆる形式のテキスト コンテンツからコンテンツ センチメント データ比率を生成します。
  • 社会的感情データには, それぞれ極性, 主観性, 否定的, 肯定的, 中立的な感情データの 5 つの主要な指標が含まれます。
  • 感情データセットは毎日更新されます
  • トークンは, API とオンサイト アプリの両方をサポートしており, それぞれ有料版と無料版があります。

APIエンドポイント仕様

  • Endpoint Path: /api/1/sentiment-analyzer
  • Type of Data: JSON & 20/分
  • Data Source: テクスチャコンテンツ
  • Request Limit: 500リクエスト/月
  • Script & Integration: cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript と統合するコード
感情アナライザー API エンドポイントの基本情報

APIエンドポイントパス

必須

コンテンツセンチメントアナライザーAPI

api/1/sentiment-analyzer


メソッドの呼び出し

必須

POST

返されるデータの種類

JSON

Content Sentiment Ratio に関する構造化された JSON データを出力する


利用可能な API 引数とパラメータ

token

必須

BUYFROMLO API トークンを購入します. 無料および有料のサブスクリプション API は両方とも利用できます: /api/1/sentiment-analyzer< /a>, /app/1/sentiment-analyzer のオンサイト APP にもアクセス可能

originalContent

必須

コンテンツを入力します. 英語の最大文字数の上限は 8000 です


language

オプション

コンテンツの言語を入力します. デフォルトは英語です


コンテンツセンチメントアナライザーAPI

api/1/sentiment-analyzer


コードの統合と対応

Python コードサンプル


import requests

apiendpoint = "https://api.buyfromlo.com/api/1/sentiment-analyzer"

## Required Arguments & Parameters ##
token = ""your buyfromlo token""
originalContent = "raw content materials or context for reference"

headers={"Authorization": "Bearer " + token}

## Call the api ##
response = requests.post(apiendpoint, json={"originalContent":originalContent}, headers=headers)
print(response.status_code)
print(response.json())
                        

JSON 応答サンプル


{
    "originalContent": " " (string),
    "Subjectivity": " " (float),
    "Polarity": " " (float)
}
                        

4.5 (全体)

  • 5 stars - 38
  • 4 stars - 10
  • 3 stars - 3
  • 2 stars - 1
  • 1 star - 0

最新のレビュー

よくある質問

The Content Sentiment Analyzer API provides sentiment data for any form of text content. It uses a unique algorithm to analyze text and generate 5 sentiment metrics: polarity, subjectivity, negative, positive, and neutral.

You can access the Content Sentiment Analyzer API through its endpoint path: \/api\/1\/sentiment-analyzer. It offers paid and free subscription options for both API and on-site app services.

The Content Sentiment Analyzer API delivers sentiment data in JSON format, allowing for seamless integration and analysis.

The sentiment analysis data is derived from real-world content sourced from Texture Content.

Yes, the Content Sentiment Analyzer API has a request limit of 500 requests per month per token.

Yes, the Content Sentiment Analyzer API offers integration with various programming languages such as cURL, JS, Python, Ruby, PHP, Node.js, Java, .NET, Rust, Go, and Typescript.

Yes, there is a free version of the Content Sentiment Analyzer API. However, it has certain limitations compared to the paid subscription.

You can find detailed documentation for the Content Sentiment Analyzer API at https:\/\/www.buyfromlo.com\/docs\/#\/Content%20&%20Sentiment%20Barometer\/post_api_1_sentiment_analyzer.

You can obtain an API token by signing up for a free or paid subscription on the BUYFROMLO website.

The API allows you to integrate sentiment analysis functionality into your own applications, while the on-site app provides a user-friendly interface for sentiment analysis directly on the BUYFROMLO platform.