#
# # # # #

AI カスタマー レビュー ジェネレーター API

API:Generative AI

ドル$9ドル$12

  • 製品情報を使用して顧客レビューを生成します。英語, 日本語, 簡体字中国語などを含む 1 つ以上の言語をサポートしています。 応答データは JSON 形式です。有料 API トークンは BuyfromLo オンサイト アプリにアクセスでき, API は JSON 形式でデータを返します。

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

特徴

  • 製品情報を使用して顧客レビューを生成する
  • 英語, 日本語, 簡体字中国語などを含む 1 つ以上の言語をサポートしています
  • 応答データは JSON 形式です
  • 有料 API トークンは BuyfromLo オンサイト アプリにアクセスでき, API は JSON 形式でデータを返します

APIエンドポイント仕様

  • Endpoint Path: /api/3/customer-review-generator
  • Type of Data: JSON & 2/分
  • Data Source: LOから購入
  • Request Limit: 100,000トークン/月(約73,000英単語)
  • Script & Integration: cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript と統合するコード
AI カスタマー レビュー ジェネレーター API エンドポイントの基本情報

APIエンドポイントパス

必須

AI カスタマー レビュー ジェネレーター

api/3/customer-review-generator


メソッドの呼び出し

必須

POST

返されるデータの種類

JSON

AIカスタマーレビューで構造化されたJSONデータを出力


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

token

必須

BUYFROMLO API トークンを購入します. 有料サブスクリプション API が利用可能です: /api/3/customer-review-generator , /app/3/customer-review-generator のオンサイト APP にアクセスできます. 良い

object_name

必須

製品名または会社名を入力してください

role

必須

コーヒーケトルを購入した主婦など, カスタマーレビューを投稿する役割を入力します

type

必須

レビューの書き方はリライト, 作成の2種類

quantity

必須

顧客レビューの合計数を入力します. デフォルト値は 1 で, 最大値は 1 です. 値は10です

language

必須

コンテキスト コンテンツを送信して, 記述の精度とコンテンツの品質を向上させます

context_materials

必須

FALSE


apikey

オプション

無料トライアルユーザーの場合は, 必ず OpenAI API キーを送信してください

rewrite_materials

オプション

生の既存の顧客レビュー コンテンツをアップロードして, 要件に基づいて書き換えます

llmversion

オプション

現在利用可能なモデルは, OpenAI GPT, Palm, Gemini, Llama, Claude です.


AI カスタマー レビュー ジェネレーター

api/3/customer-review-generator


コードの統合と対応

Python コードサンプル


import requests

apiendpoint = "https://api.buyfromlo.com/api/3/customer-review-generator"

## Required Arguments & Parameters ##

token = "your buyfromlo token"
object_name = ""
role = ""
type = ""
quantity = ""

## Optional ##
apikey = ""
context_materials = ""
llmversion = ""

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

## Call the api ##
response = requests.post(
    apiendpoint, 
    json={
            "object_name":object_name,
            "role":role,
            "type":type,
            "quantity": quantity,
            "apikey": apikey,
            "context_materials": context_materials,
            "llmversion": llmversion
        }, headers=headers
    )
print(response.status_code)
print(response.json())
                        

JSON 応答サンプル


{
    "content response",
    "token used"
}
                        

4.5 (全体)

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

最新のレビュー

よくある質問

The AI Customer Review Generator API is a tool that helps you generate customer reviews for your products or services. It uses artificial intelligence to create realistic and informative reviews that can help you improve your product listings and boost sales.

The benefits of using the AI Customer Review Generator API include:

The AI Customer Review Generator API currently supports English, Japanese, Simplified Chinese, and Traditional Chinese.

The API returns JSON data that includes the generated customer review, the product name, and the product rating.

The API is offered on a subscription basis.

The API has a rate limit of 100,000 tokens per month. This equates to approximately 73,000 English words per month.

Yes, the API can be used with a variety of programming languages, including Python, Ruby, PHP, Node.js, Java, .NET, Rust, Go, and TypeScript.

Yes, we offer support for the API via email and our online documentation.

The terms of service for the API can be found on our website.

To get started with the API, you will need to create an account and obtain an API key. You can then use the API key to make calls to the API.