Skip to content

ahmadrosid/EchoTube

Repository files navigation

EchoTube

OpenAPI spec

Example endpoint:

1. Get video info:

curl --request POST \
  --url https://echo-tube.vercel.app/get-video-info \
  --header 'Content-Type: application/json' \
  --data '{
	"videoUrl":"https://www.youtube.com/watch?v=-KO3GIoBT5U"
}'

2. Get channel videos

curl --request POST \
  --url https://echo-tube.vercel.app/channel/videos \
  --header 'Content-Type: application/json' \
  --data '{
	"id":"UCe1XaogCcgVssRJ9jV295og"
}'

2. Get video transcript

curl --request POST \
  --url https://echo-tube.vercel.app/get-transcript \
  --header 'Content-Type: application/json' \
  --data '{
	"videoUrl":"https://www.youtube.com/watch?v=-KO3GIoBT5U"
}'

About

Get video transcription from youtube url.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published