v0 Platform API/API Reference/Integrations
Create Vercel Project
Links a Vercel project to an existing v0 project. Enables Vercel-related features and deployment integration within the v0 workspace.
POST/v1/integrations/vercel/projects
Usage
TypeScript Example
API Signature
Request
Body
projectId: string
The ID of the v0 project to link to the new Vercel project.
name: string
The name to assign to the new Vercel project.
Response
id: string
A unique identifier for the linked Vercel project.
object: 'vercel_project'
Fixed value identifying this object as a Vercel project.
name: string
The name of the Vercel project.
Find Deployment Errors
Retrieves a list of errors that occurred during a specific deployment. Useful for diagnosing and debugging deployment issues.
Find Vercel Projects
Retrieves a list of Vercel projects linked to your integration. Useful for associating chats, deployments, or hooks with specific Vercel projects.