Skip to content

Get Video Previews

Warning

This endpoint is deprecated!

We have removed video previews for the time being, so this endpoint just returns a 500 Internal Server Error.

Returns the specified video's previews

TypeScript
import TUAA from "tuaa"; // (1)

const tuaa = new TUAA();

const metadata = await tuaa.v1.getvidpreviews("s01.e001");
  1. The latest version of the tuaa package only supports v3 of the API. Please use tuaa@<3.0.0.

Get

https://unusann.us/api/v1/getvidpreviews/{video}

Parameters

Name Type Required
video String

Response

This endpoint will return with a vtt file with the video thumbnail urls. (1) { .annotate }

  1. Docs can be found here

Last update: June 5, 2023
Created: June 5, 2023