Skip to main content
DevBench

cURL Formatter

DevOffline-ready

cURL Formatter takes a messy single-line cURL command — copied from browser DevTools, scripts, or documentation — and reformats it with consistent quoting, alphabetically sorted headers, and multi-line output for readability. Makes cURL commands easy to review, diff, and include in documentation. Paste any cURL and copy the clean version. Runs entirely in your browser.

cURL command formatter

Reformats a cURL command from a single long line to multi-line with each flag on its own line (POSIX backslash continuation), or collapses a multi-line cURL to a single line. Makes long cURL commands readable for documentation and sharing.