Generate cURL requests from OpenAPI specifications
cURL Request Generator converts OpenAPI specifications into ready-to-run
cURL request scripts for PowerShell and Bash.
Key capabilities:
- Generate one cURL request script per operation
- Output PowerShell .ps1 or Bash .sh scripts
- Override base URLs and content types
- Carry custom authorization headers into generated requests
- Optionally acquire Azure access tokens for Authorization headers
- Skip validation for OpenAPI 3.1 documents when needed