How to use HTTP Request Builder

  1. Line 1: HTTP method (GET, POST, PUT, etc.).
  2. Line 2: Full URL.
  3. Line 3+: Headers, one per line (Key: value).
  4. Leave a blank line, then optional request body.
  5. Click Build to get cURL, fetch, and axios output.

Example

Input

Your input or data here

Output

Result will appear here after running the tool

Frequently asked questions

What output do I get?
You get three blocks: a cURL command, a JavaScript fetch() snippet, and an axios() snippet.
Can I paste a cURL and get the opposite?
Use the cURL to Fetch/Axios tool to convert cURL to code. This tool builds from method/URL/headers/body.