Import request from cURL command
Last updated
Last updated
You can import requests from cURL commands to quickly create a request without manually entering all the details.
For example, if you want to import the following cURL command from :
and paste the cURL command into the URL input. The cURL command will be imported into the current request, including any parameters and headers.
cURL is a widely used command-line tool for making API requests. You might see cURL commands:
In API documentation
Used by developers to share API requests