cURL Generator

Generate cURL commands for HTTP requests

Format: Header-Name: value
Add any additional cURL options here
This tool generates cURL commands for making HTTP requests. Fill in the form above with your desired options and click "Generate cURL Command" to create a ready-to-use command.
API access: /api/curl?url={url}&method={method}&...
Features:
  • Support for all HTTP methods (GET, POST, PUT, PATCH, DELETE, etc.)
  • Custom headers and request body
  • Basic and Bearer token authentication
  • Various options (follow redirects, include headers, timeout, etc.)
  • User agent customization