Joey Jazwinski
Home
About
Showcase
Community
Tools
Contact
cURL Command Converter
Paste your raw cURL parameters to export fully functional JS Fetch or Axios requests.
Input cURL
curl -X POST "https://api.example.com/v1/users" \n -H "Authorization: Bearer my-token" \n -H "Content-Type: application/json" \n -d '{"name": "Joey"}'
Fetch API
Axios
Convert Command
JavaScript Code
// Click convert to see javascript code