This API enables you to convert YouTube videos into text by using the latest AI models for video’s transcription and summarization.
We use the state-of-the-art AI summarization models like OpenAI’s ChatGPT.
Get the video’s title, its description, publishing date, its audio transcript and an AI-summary, all at once!
We can process multiple videos in a single API request, to allow faster bulk processing!
Performance, reliability and accuracy is what we care about the most! Get the API response ultra-fast, with low-latency.ย
Our engines scale with your workload! Send us as much workload as you want and we’ll elastically scale and process it in no time!
We use the state-of-the-art AI summarization models like OpenAI’s ChatGPT, based on the LLM’s transformer architecture.
You only need a CHF-TECH API-KEY, nothing else! You do not need an OpenAI api keys or any other.
In addition to video transcription and summarization, fetch all the video details like video’s title, description, publishing date and similar!
You can send us as much workload as you want and we’ll scale and process it in no time! We use a state-of-the art cloud computing infrastructure with minimal latency offering ultra-fast processing.
We can process multiple videos in a single API request, for even more performance and faster response with minimal latency!
Feature | Basic | Starter | Plus | Professional | Expert | Unlimited |
---|---|---|---|---|---|---|
Price | ||||||
Credits | ||||||
Max Video Duration | ||||||
Processing Videos From | YouTube |
YouTube |
YouTube |
YouTube |
YouTube |
YouTube |
Import Videos From | YouTube Channels, Playlists, Videos | YouTube Channels, Playlists, Videos | YouTube Channels, Playlists, Videos | YouTube Channels, Playlists, Videos | YouTube Channels, Playlists, Videos | YouTube Channels, Playlists, Videos |
AI Transcription | โ๏ธ Available | โ๏ธ Available | โ๏ธ Available | โ๏ธ Available | โ๏ธ Available | โ๏ธ Available |
AI Summarization | โ๏ธ Available | โ๏ธ Available | โ๏ธ Available | โ๏ธ Available | โ๏ธ Available | โ๏ธ Available |
Full Integration With | ||||||
Automatically Keep Importing Latest Videos | โ๏ธ Available with our YT2Posts plugin | โ๏ธ Available with our YT2Posts plugin | โ๏ธ Available with our YT2Posts plugin | โ๏ธ Available with our YT2Posts plugin | โ๏ธ Available with our YT2Posts plugin | โ๏ธ Available with our YT2Posts plugin |
Video Slider Widget | โ๏ธ Available with our YT2Posts plugin | โ๏ธ Available with our YT2Posts plugin | โ๏ธ Available with our YT2Posts plugin | โ๏ธ Available with our YT2Posts plugin | โ๏ธ Available with our YT2Posts plugin | โ๏ธ Available with our YT2Posts plugin |
Video Grid Widget | โ๏ธ Available with our YT2Posts plugin | โ๏ธ Available with our YT2Posts plugin | โ๏ธ Available with our YT2Posts plugin | โ๏ธ Available with our YT2Posts plugin | โ๏ธ Available with our YT2Posts plugin | โ๏ธ Available with our YT2Posts plugin |
SEO Optimization | Grammar, Punctuation | Grammar, Punctuation | Grammar, Punctuation | Grammar, Punctuation | Grammar, Punctuation | Grammar, Punctuation |
Word Count | Unlimited | Unlimited | Unlimited | Unlimited | Unlimited | Unlimited |
Use through API | โ๏ธ Available, see API docs. | โ๏ธ Available, see API docs. | โ๏ธ Available, see API docs. | โ๏ธ Available, see API docs. | โ๏ธ Available, see API docs. | โ๏ธ Available, see API docs. |
Support Level | Professional: 24/7 e-mail support | Professional: 24/7 e-mail support | Professional: 24/7 e-mail support | Professional: 24/7 e-mail support | Professional: 24/7 e-mail support | Professional: 24/7 e-mail support |
* AI transcription of 1 video = 5 credits; AI transcription + summarization of 1 video = 10 credits
Important: It is the user’s responsibility to ensure having all the necessary rights and permissions to publish the articles, and all the materials produced or gathered by the YT2Posts Plugin, the AI Addon and the API Plans.
For example, transcribe 1 video for 5 API credits.
For example, transcribe and summarize a video for 10 API credits.
Transcribes youtube videos to text, while also fetching other video details from youtube, like the title, the description, its duration and the upload date.
string
required
The CHF-TECH API key. You need to create an account on yt2posts.com. After signing up and logging in, you will be able to find the key here: https://yt2posts.com/my-account/api-key/.
string
required
A comma-separated list of youtube video ids.
The json response maps each youtube video id to:
curl -G "https://api.chftech.net/youtube/v1/transcribe" \
--data-urlencode "chftech-api-key=" \
--data-urlencode "ids=,..."
{
"": {
"title": "This is the video's title",
"description": "This is the video's description.",
"duration": 100, # duration in seconds
"upload_date": "20240312",
"transcript": "This is the video's transcript."
},
"": {
"title": "This is the video's title",
"description": "This is the video's description.",
"duration": 120, # duration in seconds
"upload_date": "20240312",
"transcript": "This is the video's transcript."
},
...
}
Transcribes youtube videos to text, while also fetching other video details from youtube, like the title, the description, its duration and the upload date.
string
required
The CHF-TECH API key. You need to create an account on yt2posts.com. After signing up and logging in, you will be able to find the key here: https://yt2posts.com/my-account/api-key/.
string
required
A comma-separated list of youtube video ids.
The json response maps each youtube video id to:
curl -G "https://api.chftech.net/youtube/v1/summarize" \
--data-urlencode "chftech-api-key=" \
--data-urlencode "ids=,..."
{
"": {
"title": "This is the video's title",
"description": "This is the video's description.",
"duration": 100, # duration in seconds
"upload_date": "20240312",
"transcript": "This is the video's transcript."
"summary": "This is a summrization of the transcript."
},
"": {
"title": "This is the video's title",
"description": "This is the video's description.",
"duration": 120, # duration in seconds
"upload_date": "20240312",
"transcript": "This is the video's transcript.",
"summary": "This is a summrization of the transcript."
},
...
}
YT2Posts Plugin is made by CHF-TECH Digital Agency. We are a digital agency for all your needs: Games Development, Mobile App Development, Websites Creation and Logo Design. Let us launch your business together!
Hope you will enjoy it!
Write to us and we will respond in no time!