(edited)
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?
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 , 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.