#
# # # # #

AI PDF Maker API

API:Generative AI

US$10US$12

  • AI PDF Maker API provides diversified PDF maker capability. It includes PDF merger, HTML content PDF converter, text PDF converter and so on. It provides 4 languagues which are English, Simplified Chinese, Japanese and Russian. Both free and paid api version are available and accessible to onsite-app

  • For more details regarding API usage obligation & liability, please read Legal Terms of Service & Condition

Features

  • AI PDF Maker API provides diversified PDF maker capability.
  • It includes PDF merger, HTML content PDF converter, text PDF converter and so on.
  • It provides 4 languagues which are English, Simplified Chinese, Japanese and Russian.
  • Both free and paid api version are available and accessible to onsite-app

API Endpoint Specifications

  • Endpoint Path: /api/3/ai-pdf
  • Type of Data: JSON & 5/minute
  • Data Source: BUYFROMLO
  • Request Limit: 100,000 tokens/month (Approximate 73,000 English words)
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript
AI PDF Maker API Endpoint Basic Info

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


Available API Arguments & Parameters

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.

context_materials

Optional

Submit context materials information. Max. language characters is up to 8000


AI PDF Maker API

/api/3/ai-pdf


Code Integration and Response

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"
}
                        

4.5 (Overall)

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

Latest Reviews

FAQs

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.