Vercel
active

Frontend cloud — deployments, serverless functions, edge network, domains

hosting-deployBearer TokenFREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

Use our proxy to call Vercel with your PincerAPI key. No separate signup needed.

# Get instructions for Vercel
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/vercel/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/vercel/your/endpoint/here"

Direct Setup

Endpoints

GET/v6/deployments

List deployments

GET/v9/projects

List projects

GET/v5/domains

List domains

GET/v9/projects/{idOrName}/env

List environment variables for a project

💡 Sensitive values are encrypted

Related APIs in hosting-deploy