Skip to content

Commit

Permalink
Merge pull request #426 from apivideo/add-whisper-callout
Browse files Browse the repository at this point in the history
Add Whisper callout
  • Loading branch information
szekelyzol authored Oct 9, 2024
2 parents 4c8397b + 3142524 commit 837761e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vod/generate-transcripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

<Callout pad="2" type="success">

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.
</Callout>

## 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):
Expand Down

0 comments on commit 837761e

Please sign in to comment.