# Use native curl syntax with Vercel CLI

DevFeed: [Use native curl syntax with Vercel CLI](<https://devfeed.tech/articles/use-native-curl-syntax-with-vercel-cli-1120.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/use-native-curl-syntax-with-vercel-cli>)

Author: Melkey Moksyakov

Published: 2026-05-15T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [cURL](<https://devfeed.tech/topics/curl.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [curl](<https://devfeed.tech/tags/curl.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [update](<https://devfeed.tech/tags/update.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel CLI now supports native curl syntax, including full URLs, bare hostnames, the --url flag, and paths for linked projects.

## Source excerpt

You can now use native curl syntax with the Vercel CLI. The vercel curl command accepts full URLs, bare hostnames, and the --url flag, and uses your Vercel auth to bypass Deployment Protection. If you've linked a project, you can also pass just a path: Update to the latest Vercel CLI version and run vercel curl to get started. Learn more in the Vercel CLI documentation. Read more