Convert cURL to PowerShell

Generate PowerShell `Invoke-RestMethod` commands. Windows automation made easy.

POWERSHELL
1// Converted code will appear here

PowerShell is the standard automation shell for Windows. `Invoke-RestMethod` is a powerful cmdlet for interacting with REST APIs. This tool converts cURL to PowerShell syntax.

Frequently Asked Questions