ToolBuddy
In Browser

cURL Generator

Build a curl command from method, URL, headers, and body. The command is assembled locally so tokens in headers stay in the tab.

Runs in your browser. Nothing is uploaded.

About this tool

Assemble a curl command from method, URL, headers, and body. Quotes are added when the token needs them.

How to use: fill the form, copy the command. It does not execute the request.

Example: POST plus JSON body becomes curl -X POST url -H Content-Type --data. Related: cURL to code for JS, Node, Python, or PHP.

Related Ops tools