Convert cURL to Ruby

Convert cURL to Ruby code using `Net::HTTP`. Standard library HTTP requests.

RUBY
1// Converted code will appear here

Ruby's standard library includes `Net::HTTP`. This tool generates Ruby code to perform the request, suitable for scripts or Rails applications.

Frequently Asked Questions