Tools
← Tools

HTTP Request Builder

Build a request and get a ready curl / fetch() / HTTPie command, live — no request is ever sent from the browser.

Headers

Auth

Shell
curl 'https://example.com/api/users' \
  -H 'Content-Type: application/json'

Paste a curl command

Populates the form above.