cURL Command Parser
Parse a curl command into method, URL, headers, and body.
curl command
Structured breakdown
Query params
| Key | Value |
|---|---|
| active | true |
Headers
| Name | Value |
|---|---|
| Content-Type | application/json |
Cookies
| Name | Value |
|---|---|
| session | abc123 |
Body
JSON representation
About the cURL Command Parser
Paste a curl command and get a structured breakdown of its method, URL, query parameters, headers, cookies, form fields, and body, plus a JSON representation. This is the reverse of converting curl to fetch.
Examples
POST with headers
curl -X POST https://api.example.com -H 'Content-Type: application/json' -d '{"a":1}'Output
{"method":"POST","url":"https://api.example.com"}Keyboard shortcuts
- Copy the main outputCtrl / ⌘ + Shift + C
- Download the resultCtrl / ⌘ + S
- Share this toolCtrl / ⌘ + Shift + S
- Reset the inputsAlt + R
- Open the tool search paletteCtrl / ⌘ + K
Related tools
cURL to Fetch Converter
API & HTTP
Convert a curl command into JavaScript fetch() code.
GraphQL Query Formatter
API & HTTP
Format and indent GraphQL queries and mutations.
GraphQL Schema Viewer
API & HTTP
Browse a GraphQL SDL schema's types, queries, and mutations.
HTTP Request Builder
API & HTTP
Send live API requests and generate curl, fetch, axios snippets.
Webhook Request Inspector
API & HTTP
Inspect a pasted webhook request and verify its HMAC signature.
WebSocket Tester
API & HTTP
Open a live WebSocket connection, send frames and read replies.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-10 · Runs entirely in your browser