How to streaming data with POST request HTTP/2 AWS API in Nodejs?

Viewed 884

I'm creating a NodeJs script to transcribe my recording file in real-time with Amazon Transcribe Service. They have AWS SDK for javascript (aws-sdk-js) Here

But this js SDK hasn't yet implement start streaming transcription. However, they have a API called /start-transcription with HTTP/2 definition Here

So How can I request this AWS HTTP/2 API in NodeJS?

0 Answers
Related