HTTP Request Builder
Build HTTP requests visually — set method, URL, headers, and body — and get ready-to-run curl, fetch(), axios, plus a copyable request kit with .env.example, request.http, and a Node smoke test. Sensitive headers are converted to placeholders in the kit.
Ctrl+Enter to run | Ctrl+K to switch tools | Recent button shows input history
Repeating this work? Turn this kind of browser utility into an API batch, MCP prompt, extension workflow, or shared team recipe.
Buy Pro Browse tool packsFAQ
Does this send the request?
No — it only generates code. The request runs locally on your machine when you execute the generated curl, JavaScript, or smoke test.
Can I use this for authenticated requests?
Yes — add your Authorization header (Bearer token, API key, etc.) in the headers section. The direct snippets include what you entered, while the request kit converts sensitive headers to environment placeholders before copy/download.
What is in the request kit?
The request kit includes .env.example, a REST Client style request.http file, and a small Node smoke test so you can move a visual request draft into a repeatable local check after review.