From 3142524ea36b6e77145bac8ad27750d84c234ae4 Mon Sep 17 00:00:00 2001 From: szekelyzol Date: Wed, 9 Oct 2024 15:39:36 +0200 Subject: [PATCH] Add callout --- vod/generate-transcripts.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vod/generate-transcripts.md b/vod/generate-transcripts.md index b4850a5..2abde04 100644 --- a/vod/generate-transcripts.md +++ b/vod/generate-transcripts.md @@ -10,6 +10,11 @@ api.video's AI-driven transcription feature can generate video transcripts using Enable your audience to have seamless user experience regardless of their language or location, and also provide more inclusive and accessible content by inviting deaf or hard-of-hearing users! + + +api.video uses [Whisper](https://openai.com/index/whisper/) for multilingual speech recognition in videos. With data security in mind, we run Whisper's ASR models on our own infrastructure and do not expose data outside our service. You control who gets access to your videos and transcripts. + + ## How to generate transcripts To enable transcription, set these **optional** parameters when you create a video object using a `POST` request to the [Create video object endpoint](/reference/api/Videos#create-a-video-object):