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!
/day
/day
/day
/day
For example, transcribe a 5-min video for 5 API credits.
For example, transcribe and summarize a 5-min 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!