Function startAsyncDownload

  • This function starts the process for converting a video into a download-friendly format, and returns a token used for checking the status of the job.

    Parameters

    • slug: string
    • OptionalabortSignal: AbortSignal

    Returns Promise<{
        token: string;
    }>