Request shape
Supported request-shaping options include -X/--request, --url, -H/--header, -d/--data variants, --data-urlencode, -F/--form, and -G.
A practical reference for the cURL flags this site parses and how they affect JSON and generated code output.
Open ConverterSupported request-shaping options include -X/--request, --url, -H/--header, -d/--data variants, --data-urlencode, -F/--form, and -G.
Supported auth/session options include -u/--user, -b/--cookie, Cookie headers, Authorization headers, -A/--user-agent, and -e/--referer.
Supported behavior flags include -I/--head, -L/--location, -k/--insecure, --max-time, --connect-timeout, -x/--proxy, -i, -s, and --compressed.
curl -L -k --max-time 5 -H 'Accept: application/json' --data-urlencode 'q=hello world' -G https://api.example.com/search
Unknown flags are reported as warnings when possible so the core request can still be parsed.
Some cURL behaviors depend on shell, local files, TLS configuration, or browser security rules and need manual adaptation.