🖥️ cURL Command Builder

Assemble a safe-to-copy cURL command from a URL, method, headers and optional request body. It quotes shell values correctly and never sends the request itself, so you can prepare API calls privately before running them in your terminal.

Headers
Body text is shell-quoted as one argument. Do not paste long-lived secrets into shared screenshots.
What this does — and does not — do

The builder produces a command string only; it cannot test authentication, send a request or inspect a response. The output uses POSIX shell quoting (Bash, zsh, sh). In Windows PowerShell, review quoting rules before pasting complex JSON.