Skip to main content
Module

x/youtubei/deno.ts>Endpoints.Upload.CreateVideoEndpoint.build

A wrapper around YouTube's internal API — reverse engineering InnerTube
Very Popular
Go to Latest
function Endpoints.Upload.CreateVideoEndpoint.build
import { Endpoints } from "https://deno.land/x/youtubei@v9.3.0-deno/deno.ts";
const { build } = Endpoints.Upload.CreateVideoEndpoint;

Builds a /upload/createvideo request payload.

Parameters

opts: CreateVideoEndpointOptions
  • The options to use.

Returns

ICreateVideoRequest

The payload.