[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Discussions](/c/community/4)

# Serverless Functions for Font Previews

67 views · 1 like · 2 posts


Sierregarcia93 Gmailcom (@sierregarcia93-3669) · 2025-01-06

I am planning to integrate API.video to provide video previews of fonts on my website [conversors de letras](https://conversorsdeletras.com/). How can I use Vercel's serverless functions to process and deliver these videos efficiently?


Anshuman Bhardwaj (@anshumanb) · 2025-01-07 · ♥ 1

Hi @sierregarcia93-3669, thanks for asking this question here. 

As far as I see, API.video has a Node.js SDK that should work with Vercel's serverless functions without any issues.

You can also use the https://vercel.com/docs/storage/vercel-blob to store the video outputs and deliver them on your website.

Feel free to add more details about your use case so community members can recommend more specific solutions.