⚡ How It Works
Parses each cURL parameter flag (-X, -H, -d, etc.) and extracts HTTP request components. Generates PowerShell code for Invoke-RestMethod or Invoke-WebRequest.
💼 Use Cases
Convert API doc cURL examples to PowerShell; call APIs from Azure/AWS environments; migrate API calls from Shell to PowerShell.
❓ FAQ
❓ Do I need to upload data?
No. All conversion happens entirely in your browser.
❓ Which PowerShell code?
Invoke-RestMethod (cleaner, auto-JSON) or Invoke-WebRequest (raw response).
❓ Which cURL parameters?
-X (method), -H (headers), -d (body), -b (cookie), -u (basic auth), etc.
❓ Multiple data formats?
Yes, JSON, Form Data, URL-encoded. Auto-detects Content-Type.
❓ Is this tool free?
Yes, completely free.