Serverless Functions for Font Previews

I am planning to integrate API.video to provide video previews of fonts on my website conversors de letras. How can I use Vercel’s serverless functions to process and deliver these videos efficiently?

Hi @sierregarcia93-gmail, 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 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.

1 Like