$ devtools
All tools/Utilities

cURL Generator

New

Build cURL commands from URL, method, headers, and body. Supports JSON, form data, file upload.

Sent as Authorization: Bearer <token>

Key
Value
curl \
  -s \
  -L \
  -H 'Authorization: Bearer YOUR_TOKEN' \
  -H 'Accept: application/json' \
  'https://api.example.com/users'