> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://learning.postman.com/llms.txt. For full content including API reference and SDK examples, see https://learning.postman.com/llms-full.txt.

# Import cURL commands

[cURL](https://curl.se/) is a popular command-line tool for making HTTP requests. When testing a web application or API, cURL enables you to interact directly from the command line, using a well-established syntax that's common in the API developer community. If you have several cURL commands in different places, you can import them into Postman.

## Import a cURL command into Postman

1. Click the <img alt="Options icon" src="https://assets.postman.com/postman-docs/aether-icons/action-options-stroke.svg#icon" width="16px" /> icon on the sidebar and choose **Import**.

2. Enter your cURL command into the text box at the top.

   ![Import data into Postman](https://assets.postman.com/postman-docs/v10/import-export-import-ui-v10-20.jpg)

3. Do one of the following:

   * To save your curl as a request in a collection, enter a new collection name or select an existing collection, then click **Import Into Collection**.
   * To open your curl as a new request without saving it, click **Import Without Saving**.

You can also paste cURL commands into a request's URL text box.

## Convert a Postman request to a cURL command

1. Open the request you want to use for a code snippet, then click <img alt="Code icon" src="https://assets.postman.com/postman-docs/aether-icons/descriptive-code-stroke.svg#icon" width="16px" /> **Code** in the right sidebar.
2. Click **cURL** from the dropdown list.
3. Click <img alt="Copy icon" src="https://assets.postman.com/postman-docs/aether-icons/action-copy-stroke.svg#icon" width="16px" /> **Copy** to copy the code snippet to your clipboard.

   <img alt="Copy code snippet to clipboard" src="https://assets.postman.com/postman-docs/v12/importing-curl-2-20-26-v12.png" />

If you prefer working inside the command line with cURL making basic requests, the [VS Code extension](/docs/reference/vs-code-extension/overview/) is for you.