Curl Parser
Parse cURL commands into structured HTTP request details, including method, URL, headers, cookies, query parameters, body, and exportable code.
Paste Curl
Paste a curl command
Parse & Analyze
Review request details
Export / Code
Generate reusable output
All parsing runs locally in this browser tab. The request is not sent.
Protocol
HTTPS
Host
appkiro.com
Port
443
Path
/record-live-media
Query Params
1
Fragment
-
Headers
4
Cookies
3
Body
None
Auth
None
Flags
1
Warnings
-
Paste a cURL command from browser DevTools, documentation, or a terminal. The parser breaks it into the URL, method, headers, cookies, query parameters, request body, and common flags so you can inspect the request before reusing it.
Use the export panel when you need the same request as JavaScript fetch, Python requests, a cleaned cURL command, or structured JSON for notes and debugging.
The tool only parses text locally. It does not send the request, resolve the host, or upload the command to a server.
No. It only parses the command text and generates reusable output.
Yes. It handles quoted URLs, line continuations, headers, cookies, request body flags, and common cURL options.
Headers must use the usual name: value format. Invalid header arguments are skipped and shown as warnings when detected.