CalcCafe

cURL Command Builder

Fill in the method, URL, headers and body, and get a clean, copy-paste-ready cURL command.

How it works

Your method, URL, headers and body are assembled into a properly-quoted curl command string — entirely in your browser.

100% client-side — nothing you paste is ever uploaded.

Frequently asked questions

Does it escape the body and quotes?
Yes — the request body is single-quote-escaped so the command pastes and runs correctly in a shell.
Is anything sent?
No — the command is assembled as text in your browser. It doesn't make the request, it just builds the command for you to run.

Related tools