Import request from cURL command
Last updated
Last updated
Save time by importing cURL commands directly into Data Fetcher. This feature allows you to instantly set up requests without manually configuring headers, parameters, or authentication details.
cURL (Client URL) is an industry-standard command-line tool for transferring data and making API requests. You'll commonly encounter cURL commands:
Throughout API documentation
In code samples shared by developers
When
For example, you might want to import the following cURL command from :
or open an existing one
Find the URL input field at the top of the request screen
Paste your entire cURL command into this field
Data Fetcher will instantly parse the command and populate all relevant fields (headers, parameters, authentication)
Navigate to the Data Fetcher home screen
Look for the Import button (⬆️) in the top menu
Select cURL from the Import from dropdown menu
Paste your cURL command into the provided text field
Click Import to create a new pre-configured request