cURL
curl --request POST \ --url http://localhost:5173/api/vercel-deploy \ --header 'Content-Type: application/json' \ --cookie apiKeys= \ --data ' { "files": {}, "projectName": "<string>", "framework": "<string>" } '
{ "url": "<string>", "deploymentId": "<string>", "status": "success" }
Creates a new deployment on Vercel platform.
Cookie-based authentication storing API keys and provider settings
Show child attributes
Framework identifier (e.g., nextjs, react)
Deployment successful
Deployment URL
success
failed
pending
Was this page helpful?