How to use
- Paste your cURL command into the input box on the left.
- The tool automatically parses and generates fetch or Axios code.
- Click the buttons above to switch target code format (fetch / Axios).
- Click 'Copy code' to copy the result to clipboard.
Tips
- Supports common parameters like -X, -H, -d, --data.
- Generated code can be run in browser console or Node.js.
- All parsing is done locally; no requests are sent to any server.