videosphere
    Preparing search index...

    Interface SharedPlatformUploadMetadata

    Copy and visibility applied to every target platform.

    interface SharedPlatformUploadMetadata {
        title: string;
        description: string;
        tags: string[];
        visibility: PlatformUploadVisibility;
        thumbnailR2Key?: string;
        thumbnailContentType?: string;
    }
    Index

    Properties

    title: string
    description: string
    tags: string[]
    thumbnailR2Key?: string

    R2 key for custom thumbnail image (optional).

    thumbnailContentType?: string