What is cURL?
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 inspecting network requests in your browser’s developer tools
How to import cURL commands into Data Fetcher
Method 1: Direct paste into URL field
- Create a new custom request 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)
Method 2: Import via home screen
- Navigate to the Data Fetcher home screen
- Click the ⬆️ button (Upload requests or import cURL) in the top menu
- Select the Import from cURL tab
- Enter your cURL command into the text field
- Click Import to create a new pre-configured request