Command Palette

Search for a command to run...

vercel_curl

Execute curl with automatic deployment protection bypass tokens

Syntax
vercel curl [path] [curl-options]
Examples
Common usage examples
vercel curl /api/hello
vercel curl /api/users -X POST -H "Content-Type: application/json" -d '{"name":"John"}'
vercel curl /api/data -v --deployment https://my-app-abc123.vercel.app
Use Cases
When to use this command
  • Test protected endpoints
  • API debugging with bypass tokens
  • Automated testing of protected routes