cURL Generator

Generate cURL commands from HTTP request parameters or parse existing cURL commands.

Request

Query Parameters

No query parameters

Headers

Options

Timeout:sec
Max redirects:

Quick Actions

Presets

Import cURL

Paste a cURL command to automatically fill the form

Generated cURL Command

Enter request details to generate cURL command

cURL Options Reference

-X, --request
Specify HTTP method (GET, POST, PUT, etc.)
-H, --header
Add custom header to request
-d, --data
Send data in POST request body
-L, --location
Follow redirects automatically
-i, --include
Include response headers in output
-v, --verbose
Show detailed request/response info
-k, --insecure
Skip SSL certificate verification
--max-time
Maximum time allowed for transfer