videosphere
    Preparing search index...

    Function fetchVimeoCreativeCommonsLicenses

    • Fetches Creative Commons license options (GET /creativecommons).

      Parameters

      • accessToken: string

        OAuth access token with Vimeo read scope.

      • Optionalsignal: AbortSignal

        Optional abort signal.

      Returns Promise<
          | { ok: true; items: VimeoLicenseOption[] }
          | { ok: false; details: string },
      >

      License code/name rows for upload UI, or upstream error details.