How to Import a cURL Command
Click Import and Select cURL
In the top-left corner of the API Client, click the Import button. Choose cURL from the dropdown.

cURL Examples
Paste any of these directly into the import dialog to see how they convert. Simple GET requestWhat Gets Imported
When you paste a cURL command, Requestly extracts:- HTTP method (
-X,--request) - URL and query parameters
- Headers (
-H,--header) - Request body (
-d,--data,--data-raw,--data-binary) - Basic Auth credentials (
-u,--user)
What’s Next?
Save to a Collection
Organize imported requests into collections
Add Environment Variables
Replace hardcoded values with reusable variables
Import from Postman
Migrate entire Postman collections




