videosphere
    Preparing search index...

    Upload metadata defaults read from the connected Vimeo account (GET /me).

    interface VimeoAccountDefaults {
        contentRating?: string[];
        license?: VimeoVideoLicense;
        supportsUnlistedPrivacy?: boolean;
        membershipType?: string;
    }
    Index

    Properties

    contentRating?: string[]

    Default upload content rating codes from preferences.videos.rating on GET /me.

    Default upload license from preferences.videos.license, or null when the Vimeo account default is “No Creative Commons License” (upload UI: “Select a license…”).

    supportsUnlistedPrivacy?: boolean

    Whether upload privacy unlisted is supported for this Vimeo account. Derived from membership.type, membership.display, or top-level account on GET /me. Omitted when no plan tier could be read.

    membershipType?: string

    Resolved plan tier code from GET /me when present.