/
A Tool For
/
cURL Converter
ABI Decoder
ABI Encoder
Color Palette
Case Converter
cURL Converter
Diff Checker
Dummy JSON Generator
Dummy Text Generator
ETH Address Checksum
ETH Converter
Favicon Generator
Font Pair Generator
Hash Generator
Image Converter
JSON Formatter
JSON to CSV
JSON to YAML
JWT Decoder
JWT Encoder
Magic Eraser
Markdown Editor
Regex Tester
SQL Formatter
Text Base Converter
Text to HTML
QR Code Generator
Timestamp Converter
UUID Generator
cURL Converter
Paste a curl command, pick a language, and copy ready-to-paste code.
Load Sample
Clear
Upload
cURL
Copy
Copied
curl 'https://api.example.com/v1/users' \ -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.demo' \ -H 'Content-Type: application/json' \ --data-raw '{"name":"Ada","age":36}'
JavaScript (fetch)
TypeScript (fetch)
Node (axios)
Python (requests)
Go
PHP
Ruby
Java
C#
HTTPie
PowerShell
JavaScript (fetch)
Copy
Copied
Method
POST
URL
https://api.example.com/v1/users
Headers
2
Body
json
Options
none
Reference
Privacy
Parsing and codegen run in your browser — curl commands with tokens never leave your machine. Drafts stay local until you Clear.
Copy as cURL
In Chrome, Firefox, or Safari DevTools → Network → right-click a request → Copy as cURL (bash), then paste here.
Quotes
Blog posts often use curly smart quotes. We normalize them; if a paste fails, try the original shell command.
Insecure TLS
-k / --insecure skips certificate checks — fine for local debugging, never ship it in production code.
Flags
Supports common flags: -X -H -d --data-raw -F -u -G -b -A -L -k --max-time and multipart file fields (@path).