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.v2.preview("s01.e001");
- The latest version of the
tuaa
package only supports v3 of the API. Please usetuaa@<3.0.0
.
Response
This endpoint will return with a vtt
file with the video thumbnail urls. (1) { .annotate }
- Docs can be found here
Last update:
June 5, 2023
Created: June 5, 2023
Created: June 5, 2023