curl Tester

Parsed request

Paste messy curl from chat, docs or terminal output. The tool joins wrapped lines, attaches --data-raw bodies, compacts JSON when possible, and rebuilds a clean command locally.

About this tool

Parse a curl command locally, show the HTTP method, URL, headers and body it contains, then rebuild a cleaner command. It is split from the HTTP Request Tester so command conversion does not clutter the actual request/response UI.

Questions

Does this send the request?
No. It only parses and rebuilds curl. Use the HTTP Request Tester when you want the browser to send a request.