Use Vidyard's API to label AI Avatar videos
Vidyard's player embed API empowers you to be transparent with your viewers about 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.
Please note: This process only works for videos generated in Vidyard and played through the Vidyard player. Since it runs through the player, the disclosure won't appear if you download a video and share it outside of Vidyard.
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 happens next on the page, whether that be a banner, pop-up, or other event.
You can 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.
Check out our AI disclosure demo