cURL Generator

Build cURL shell commands from query and header parameters.

API Specifications

Generated cURL Command
curl -X POST "https://api.example.com/v1/auth" -H "Content-Type: application/json" -H "Authorization: Bearer test_token" -d '{"username": "admin", "password": "123"}'