Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.66 KB

File metadata and controls

38 lines (30 loc) · 1.66 KB

Vatis Streams API Integration Samples

Documentation API Access

This repository contains sample code for integrating with the Vatis Streams API. Feel free to pick the language and use-case of your choice, and create a PR with additional languages or use-cases.

API Access

Create an account on the Vatis Tech platform and get your API key.

Available examples

Use-case Python
Transcribe file
Transcribe link
Transcribe file real-time
Transcribe microphone feed
Audio intelligence
Webhook
Transcription enhancement

Microphone feed

To execute any example involving the microphone feed that does not run in the browser, follow the steps below:

  • Linux
    • install the portaudio library
      sudo apt-get install portaudio19-dev
  • MacOS
    • install the portaudio library
      brew install portaudio