/web local tool
cURL Converter
Turn cURL from DevTools, docs or logs into clean request code and flag risky options or credentials.
Local execution receiptinput path disclosedTool content stays out of MonoTools URLs and API requests.
- Working input
- Browser memory
- Cross-tool handoff
- Session only · 10 min
- URL payload
- Never
- Export
- Explicit action
Verify it: open DevTools Network, clear the log, use the tool, then inspect fetch/XHR requests. Page assets and optional aggregate analytics may use the network; tool input is not included.
Full privacy modelLoading tool...
01
How to use
- 01Paste a cURL command copied from DevTools or API docs.
- 02Review the parsed request, security findings and default redaction.
- 03Optionally paste OpenAPI JSON or YAML to match method and path without fetching refs, then copy or hand off the output.
02
FAQ
- Does it execute the request?
- No. It only parses and converts the command locally; no network request is sent.
- Can it parse every shell feature?
- It handles common request, header, data, cookie, auth and multipart flags. Shell substitutions are preserved as text, and local file references become reviewable placeholders.
- Are credentials included in generated code?
- Sensitive header, URL and structured body fields are redacted by default. You can reveal original values explicitly, or send the command to Secret Scanner for deeper heuristics.
03
Related tools
- →/webHAR ViewerInspect redacted HAR waterfalls in a cancelable Worker.
- →/webHTTP Headers InspectorInspect HTTP syntax, policy conflicts and trust boundaries.
- →/webOpenAPI Endpoint InspectorResolve local refs and audit OpenAPI endpoint contracts.
- →/cryptoSecret ScannerFind and redact secrets before sharing text.