Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 529 Bytes

File metadata and controls

23 lines (14 loc) · 529 Bytes

Vanilla JS example for Speechmatics Flow API

Note This is an extremely bare-bones example to get an early look at what the API offers.

More complete examples featuring a feature rich SDK will be available soon.

Start example

Start by generating an API key in the Speechmatics portal: https://portal.speechmatics.com/api-keys.

In index.js assign

const YOUR_API_KEY = // ^ api key generated above

In the root of the project run

npm run start

Then navigate to http://localhost:8080.