All tools

cURL Command Generator

Generate a cURL command from a method, URL, headers and body.

curl -X GET \
  'https://api.example.com/users' \
  -H 'Content-Type: application/json'