The Offer Expires in:

Days
Hours
Minutes
Seconds

Transcribe and Summarize Your YouTube Videos

youtube

VIDEOS

openai logo
text

TRANSCRIPTION AND AI SUMMARIZATION

Features

Video-To-Text

Transcribe and summarize your YouTube videos!

State-of-the-art AI Summarization

We use the state-of-the-art AI summarization models from OpenAI like ChatGPT.

Video Details Included

Get the video’s title, description, publishing date and similar!

Bulk-Processing

We can process multiple videos in a single API request, to allow faster bulk processing!

Ultra-fast response

Performance, reliability and accuracy is what we care about the most! Get the API response ultra-fast, with low-latency. 

We scale with you

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!

AI Summarization

We use the state-of-the-art AI summarization models from OpenAI like ChatGPT, based on the LLM’s transformer architecture.

ai robot
api key

No Additional API Keys Needed!

You only need a CHF-TECH API-KEY, nothing else! You do not need an OpenAI api keys or any other.

All Video Details

In addition to video transcription and summarization, fetch all the video details like video’s title, description, publishing date and similar!

details
server

We scale with you

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.

Bulk Processing

We can process multiple videos in a single API request, for even more performance and faster response with minimal latency!

multiple screen play

Get your API plans today!

Entry API

0.03 EUR
0.07 EUR

/day

1.00  / month

Starter API

0.33 EUR
0.67 EUR

/day

9.90  / month

Plus API

1.00 EUR
2.00 EUR

/day

29.90  / month

Pro API

2.00 EUR
4.00 EUR

/day

59.90  / month

Transparent Pricing

  • 1 API credit 1 min. transcription

    For example, transcribe a 5-min video for 5 API credits.

  • 2 API credits 1 min. summarization

    For example, transcribe and summarize a 5-min video for 10 API credits.

deal

API Reference

Transcribe Videos

GET
https://api.chftech.net/youtube/v1/transcribe

Transcribes youtube videos to text, while also fetching other video details from youtube, like the title, the description, its duration and the upload date.

Request Parameters

chftech_api_key

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/.

ids

string

required

A comma-separated list of youtube video ids.

Response

The json response maps each youtube video id to:

  • the video’s title,
  • the video’s description,
  • the upload date in the format “20240312”
    (meaning: 12th March 2024).
  • the video’s duration (in seconds)
  • the video’s transcript.

Example Request

				
					
curl -G "https://api.chftech.net/youtube/v1/transcribe" \
    --data-urlencode "<chftech-api-key>" \
    --data-urlencode "<video1_id>,<video2_id>..." 
				
			

Example Response

				
					
{
    "<video1_id>": {
      "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."
    },
    "<video2_id>": {
      "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."
    },
    ...
}
    
				
			

Summarize and Transcribe Videos

GET
https://api.chftech.net/youtube/v1/summarize

Transcribes youtube videos to text, while also fetching other video details from youtube, like the title, the description, its duration and the upload date.

Request Parameters

chftech_api_key

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/.

ids

string

required

A comma-separated list of youtube video ids.

Response

The json response maps each youtube video id to:

  • the video’s title,
  • the video’s description,
  • the upload date in the format “20240312”
    (meaning: 12th March 2024).
  • the video’s duration (in seconds)
  • the video’s transcript.
  • the summarization of the video’s transcript.

Example Request

				
					
curl -G "https://api.chftech.net/youtube/v1/summarize" \
    --data-urlencode "<chftech-api-key>" \
    --data-urlencode "<video1_id>,<video2_id>..." 
				
			

Example Response

				
					
{
    "<video1_id>": {
      "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."
    },
    "<video2_id>": {
      "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."
    },
    ...
}
    
				
			

Have a question for us?

Write to us and we will respond in no time!

This website uses cookies to ensure you get the best experience on our website. By clicking Accept & Close, you agree to our Cookie Policy.