API:Generative AI
API Endpoint Path
required
AI PDF Maker API
/api/3/ai-pdf
Call Method
Required
POST
Type of Data Return
JSON
Output structured JSON data on AI SEO Schema
token
required
BUYFROMLO API token. Subscription API is available on /api/3/ai-pdf, and accessible to on-site APP on /app/3/ai-pdf as well
rootkeyword
required
Enter the raw content for AI writing. Max.content character ceiling is 2,000
role
required
Enter who writes the schema, such as product specialist, SEO expert, etc
type
required
Select the type of schema. Current available options: FAQ, product snippet
language
Optional
Input the language iso-code, Currently API provides 4 language, which are en, ja, zh-cn, zh-tw. The default language is en
llmversion
Optional
Current avalable model are OpenAI GPT, Palm, Gemini, Llama & Claude
apikey
Optional
Free trial API is required to input a LLM api key. Current available model for free trial user account is OpenAI GPT.
AI PDF Maker API
/api/3/ai-pdf
Python Code Sample
import requests
apiendpoint = "https://api.buyfromlo.com/api/3/seo-schema"
## Required Arguments & Parameters ##
token = "your buyfromlo token"
originalContent = ""
type = ""
## Optional ##
language = ""
headers={"Authorization": "Bearer " + token}
## Call the api ##
response = requests.post(
apiendpoint,
json={
"originalContent":originalContent,
"type":type,
"language":language
}, headers= headers
)
print(response.status_code)
print(response.json())
JSON Response Sample
{
"schema content response"
}
The AI PDF Maker API offers diverse PDF manipulation capabilities such as merging PDFs, converting HTML content or text into PDFs, and more.
The AI PDF Maker API documentation is available in English, Simplified Chinese, Japanese, and Russian.
The AI PDF Maker API offers both free and paid versions, allowing you to choose the option that best suits your needs.
The AI PDF Maker API has a rate limit of 5 requests per minute.
You can easily integrate the AI PDF Maker API using various programming languages like cURL, Javascript, Python, Ruby, PHP, Node.js, Java, .NET, Rust, Go, and Typescript.
The AI PDF Maker API supports JSON data format.
For detailed information regarding API usage obligations and liabilities, please refer to the Legal Terms of Service & Condition.
The endpoint '\/api\/3\/ai-pdf' is designed for accessing the AI PDF Maker API functionalities.
The data accessible through the AI PDF Maker API is sourced from BUYFROMLO.
The AI PDF Maker API allows you to process approximately 73,000 English words per month within the request limit.