v0 Integration
One-click install of the publishing package into your v0 project.
Autopublishing for v0 sites
Install the ready server-side publishing package in your v0 project. It includes the webhook route, validation, authorization, HTML sanitization, image copying, and idempotent article storage.
-
Open your site in v0
Click Open in v0 and select the project that should receive Blogent articles.
-
Connect storage and add one secret
Let v0 install the included files, connect a public Vercel Blob store, and add
BLOGENT_WEBHOOK_SECRETthrough project environment variables. The secret must never be placed in frontend code. -
Connect Blogent
After deployment, enter the endpoint and authorization values below in Blogent, run the connection test, then verify one real multilingual article.
- Webhook URL
https://your-domain.com/api/blogent/webhook- Header key
Authorization- Header value
Bearer <your secret>
Use the same secret stored as BLOGENT_WEBHOOK_SECRET in the v0/Vercel project. Never put it in frontend code.
This integration receives the standard Blogent JSON payload. Review the full contract — fields, HTML tags, response format — and try the live webhook tester.
Webhook tester
Send a test article to your endpoint and check how the CMS processes the data. Edit the JSON if needed.