Sign in

Upload deployment files

documented

Upload files required for a deployment prior to creation.

POST /v2/files/uploadDeploymentsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.vercel.com/v2/files/uploadFile" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: {{$content_type}}" \
  -H "x-vercel-digest: {{$digest}}" \
  --data-binary @{{$file_path}}
Upload deployment files · Vercel · OpenIntegrations