Use Vidyard's API to label AI videos
Vidyard's player embed API empowers you to be transparent with your viewers regarding AI video content.
The metadata in any avatar video you create in Vidyard has a property that marks it as AI-generated. You can use the confirmation of this property to trigger your preferred disclosure method using your own custom JavaScript.
How to label AI videos on a page
Once you have a Vidyard avatar video embedded on a page (inline or lightbox), you can retrieve that player's metadata to get the is_ai_video property with a true result. You can then write your own accompanying code to choose what you want to happen next on the page, whether that be a banner, pop-up, or other event.
You can take a look at our example page below to get you started. This demonstration shows you how to create a script that shows an AI disclosure banner, using a real AI video example and code snippets. Feel free to use it as-is, or as a jumping-off point to make your own customizations.
We're working on an in-product solution as well in the near future, so keep an eye out!
Check out our AI disclosure demo