Skip to content
tim-contexta edited this page Sep 30, 2022 · 3 revisions

Introduction

Welcome to the Contexta speech API. This API offers you a powerful API that can be used to translate Dutch audio into text. Our API is REST-based to match the latest standard of API design.

Our service is asynchronous which means you upload the audio in one API call and get a transcriptionId in return while the transcription process is running on the server. By checking the status with the /transcripts/status service you can find out when the transcription is done and download it with the transcripts/show.

Clone this wiki locally