Quick Note
Focused tool workspace
cURL HTTP Client

Paste a cURL command, edit the request, and send it from a cleaner browser-based API workspace.

Free to useBrowser-basedFast workflows
Sponsored
cURL to browser request

Faster API testing without the old form clutter

Parse a cURL command, clean up the headers, switch the proxy on when CORS gets in the way, and inspect the body or headers in a single mobile-friendly layout.

cURL parsingProxy fallbackJSON-aware response view
Headers
1

Enabled right now

Proxy
On

Server relay toggle

Timeout
20s

Request safety guard

Parse from cURL

Paste the original command

Live preview

Rebuilt request

curl -X POST "https://api.example.com/v1/todos" \
  -H "Content-Type: application/json" \
  -d '{"title":"Ship the redesign","done":false}'
Proxy mode sends the request through your own Next.js route first, which helps with many browser CORS blocks. Leave it on unless you need a direct browser-origin test.

Request editor

Fine-tune before sending

Headers

Toggle rows on or off before sending.

Request body

Switch the body type label to match the payload you are sending.

Response

Inspect the result

No response yet
[no response yet]