Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 208 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 208 Bytes

Video processing

This microservices takes videos and transcribes them using watson speech to text

This server has one endpoint

endpoint: /youtube

request body:

{
  url: [String] //youtube url
}