@unisphere/content-lab-types
v2.0.2
Published
AI-powered video repurposing engine which will allow users to automatically transform single video pieces into diverse content formats, maximizing engagement and reach.
Readme
Content Repurposing AI
AI-powered video repurposing engine which will allow users to automatically transform single video pieces into diverse content formats, maximizing engagement and reach.
Configuration
The following configuration object should be passed to the application:
{
ks: string, // user ks
pid: string, // partner ID
language: string, // language code, default is 'en'
kalturaServerURI: string, // Kaltura server API base URL
uiconfId: string, // v7 player uiconf ID for clips preview
analyticsServerURI: string, // Analytics server API base URL
entryId: string, // Entry ID to create the clips from
theme?: 'light' | 'dark', // optional theme, default is 'light'
}