Paste a cURL command and generate an equivalent request in JavaScript Fetch, Python Requests, or Go net/http. The converter creates code only and does not send the request.
The parser handles common methods, headers, request bodies, basic authentication, cookies, query data, and multipart form fields or files. It reports unsupported options instead of silently changing the request.
Masking is enabled by default. Review generated code before sharing it, especially if the original URL, headers, body, or form fields contain private values.
Related tools: HTTP Test · JSON Formatter