Regarding V0 API

Hey I just got to know about the newly launched v0 api. I have some questions regarding how to configure my requirements

I have a workflow in n8n which is an ai agent which generate prompts for v0 to generate website now if i use http node to send those prompts to my v0 account to generate website how I deploy on vercel and add custom domain directly from n8n and get a success message on completion and what if I have to edit something in that website how to do that . Can you give a tutorial or a step by step guide for this

Hi, Rockson!

Happy to share questions with the v0 team. Can you share them here?

Thank you!

My question is how to send prompts to my v0 account from ai workflow in my n8n and generate website with v0 and deploy in website with custom domain (domain will be sent from n8n)

The v0 API is just an OpenAI compatible endpoint for using the v0 models, so you can use it the same way you would integrate OpenAI into your app

If you want to generate projects and host them, you’ll need to use the Vercel SDK. You can see examples there for deployment automation and domain management

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.