API:Generative AI
API Endpoint Path
required
AI Video Production Content Script Generator
api/3/video-script-generator
Call Method
Required
POST
Type of Data Return
JSON
Output structured JSON data on AI video scripts
token
required
BUYFROMLO API token. Free and paid subscription APIs are available: /api/3/video-script-generator, and accessible to on-site APP on /app/3/video-script-generator as well
content_briefing
required
Submit a brief of the video content
role
required
Role of writhing this video content script
channel
required
channel the video would be used on. Current available options: Youtube, Instagram, Tiktok, Facebook
context_materials
Optional
Submit a brief context regarding the video content script
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 Video Production Content Script Generator
api/3/video-script-generator
Python Code Sample
import requests
apiendpoint = "https://api.buyfromlo.com/api/3/video-script-generator"
## Required Arguments & Parameters ##
token = "your buyfromlo token"
content_briefing = "briefing of the video content script"
role = "a specific type of email sender, such as email marketing specialist, HR, influencer marketing expert, etc"
typ2 = "type of video, such as Youtube video, Youtube short, Tiktok video, etc"
channel = "a specific channel, such as Youtube, Tiktok, Instagram, Facebook"
duration = "length of the video"
llmversion = "For paid users, select a LLM version. Current available options: openai, palm, Gemini, Llama, claude"
## optional arguments and parameters ##
context_materials="the context regarding the email campaign"
apiKey = "For free trial users, plug in the OpenAI api key"
headers={"Authorization": "Bearer " + token}
## Call the api ##
response = requests.post(
apiendpoint,
json={
"content_briefing":content_briefing,
"role": role,
"typ2": typ2,
"channel": channel,
"duration":duration,
"llmversion": llmversion,
"context_materials":context_materials,
"apiKey":apiKey
}, headers=headers
)
print(response.status_code)
print(response.json())
JSON Response Sample
{
"video content script response",
"token spent"
}
The AI Video Script Generator API is a tool that helps you create video content scripts using artificial intelligence (AI).
The AI Video Script Generator API can help you save time and money by automating the script-writing process. It can also help you create more engaging and effective videos by using AI to generate creative and original content.
The AI Video Script Generator API uses a variety of AI techniques, including natural language processing (NLP) and machine learning (ML), to generate video content scripts. You can provide the API with a few keywords or a short description of your video, and it will generate a complete script that you can use to create your video.
You can use the AI Video Script Generator API to create any type of video, including marketing videos, product demos, tutorials, and more.
The AI Video Script Generator API is available on a subscription basis. Pricing starts at $49 per month.
To use the AI Video Script Generator API, you will need an internet connection and a text editor. You do not need any programming experience.
Yes, the AI Video Script Generator API is very easy to use. You can get started in just a few minutes.
Yes, the AI Video Script Generator API supports multiple languages. You can choose the language of your video script when you create your API request.
Yes, the AI Video Script Generator API is safe to use. Your data is encrypted and never shared with third parties.
You can learn more about the AI Video Script Generator API by visiting the BUYFROMLO website or contacting BUYFROMLO support.