#
# # # # #

AIブログチェーンAPI

API:Generative AI

ドル$15ドル$23

  • トピックのアイデア, 冒頭, 目次, 各本文セクション, 画像を含む記事全体をワンクリックで生成します。 マルチ LLM モジュール (Gemini, Llama, Claude, GPT, Palm など) と統合する BUYFROMLO AI 統合システムによって生成された記事コンテンツを自動的に返します。トピックのアイデアには 10 個があり, 残りのコンテンツの各部分には最大 10 個のアイデアがあります。 200文字。 このモジュールは英語, 日本語, 簡体字中国語, 繁体字中国語に対応しています。また, 各パーツをそれぞれ生成するための 5 つのエンドポイントも個別に提供されます。

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

API実践事例1


AIブログチェーンAPI

API実践事例2


AIブログチェーンAPI

特徴

  • トピックのアイデア, 冒頭, 目次, 各本文セクション, 画像を含む記事全体を生成します
  • マルチ LLM モジュール (Gemini, Llama, Claude, GPT, Palm など) と統合する BUYFROMLO AI によって生成された記事コンテンツを自動的に返します。
  • トピックのアイデアには 10 個があり, 残りのコンテンツの各部分には最大 10 個のアイデアがあります。 200文字。 このモジュールは英語, 日本語, 簡体字中国語, 繁体字中国語に対応しています
  • また, 各パーツをそれぞれ生成するための 5 つのエンドポイントも個別に提供されます。

APIエンドポイント仕様

  • Endpoint Path: /api/3/blogchain
  • Type of Data: JSONと1/分
  • Data Source: BUYFROMLO, ジェミニ, ラマ, パーム, クロード, OpenAI
  • 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

api/3/blogchain


メソッドの呼び出し

必須

POST

返されるデータの種類

JSON

AIブログコンテンツの構造化JSONデータを出力


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

token

必須

BUYFROMLO API トークンを購入します. 無料および有料のサブスクリプション API が利用可能です: /api/3/bBUYFROMLOgchain /app/3/bBUYFROMLOgchain のオンサイト APP にもアクセス可能

originalContent

必須

ブログ生成のための生のコンテンツ素材またはコンテキスト

topic_name

必須

このブログの内容に関するメインテーマやトピックを入力してください

role

必須

弁護士, マーケター, エンジニアなど, このブログ記事を書いている人を設定します.

tableofcontentquantity

必須

このブログの内容に関連する重要なキーワードを入力してください

coreKeywords

必須

FALSE


language

オプション

コンテンツの言語を入力します. 現在利用可能な言語は, en, ja, sc, fr, ru です.

llmModel

オプション

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

apikey

オプション

LLM API キーを入力するには, 無料トライアル API が必要です. 現在利用可能なモデルは OpenAI GPT です.

potentialkWss

オプション

ターゲットキーワードのリストを送信します. 最大. リストの長さは 10 キーワードです


AI ブログ コンテンツ ジェネレーター API

api/3/blogchain


コードの統合と対応

Python コードサンプル


import requests

apiendpoint = "https://api.buyfromlo.com/api/3/blogchain"

## Required Arguments & Parameters ##

originalContent = "raw content materials or context for reference"
topic_name = "topic idea"
role = "who writes this content"
tableofcontentquantity = "how many subtitles are included. Max. is 8 subtitles"

## Optional Arguments & Parameters ##
language = "Input a language. Default is en"

## Optional and For free trial users only ##
llmModel = "Input openAI or hugging face Gemini, Llama. Paid users unnecessarily input this value."
apikey = "Input openai api key or hugging face api key. Paid users unnecessarily input this value."

data={"originalContent":"", "topic_name":"", "role": "", "tableofcontentquantity": "", "language":language, "llmModel": llmModel, "apikey":apikey}
headers={"Authorization": "Bearer " + token}

## Call the api ##
response = requests.post(apiendpoint, json=data, headers=headers)
print(response.status_code)
print(response.json())
                        

JSON 応答サンプル


{
    "Totaltokenused":" " (integer),
    "Title":" " (string),
    "excerpt":" " (string),
    "table of contents": [] (array),
    "content body": [] (array),
}
                        

4.5 (全体)

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

最新のレビュー

#

not pricey but good quality nicolas 2023-04-12

fine tuned modules fit my expectation to automate publishing web content

#

it's okay janliler 2023-04-12

not bad

よくある質問

The AI Blog Chain API is a tool that can generate full pieces of articles, including topic ideas, openings, tables of content, each body section, and images.

The AI Blog Chain API can save you time and effort by automatically generating high-quality content.

You can generate blog posts, articles, website content, social media posts, and more.

The AI Blog Chain API supports English, Japanese, Simplified Chinese, and Traditional Chinese.

You can sign up for a free API key on the BUYFROMLO website.

The AI Blog Chain API offers both free and paid subscription plans.

The free plan has a usage limit of 100,000 tokens per month. The paid plans offer higher usage limits and additional features.

You can integrate the API using the code snippets provided on the BUYFROMLO website.

Yes, the API uses industry-standard security measures to protect your data.

You can get support by contacting the BUYFROMLO team through the website or email.