Get users
curl -X GET 'https://api.example.com/users?page=1' -H 'Accept: application/json'
What is Postman to cURL?
This converter turns exported Postman collection or request JSON into runnable cURL commands. It is a fast bridge between Postman collections and shell scripts, CI jobs, or terminal debugging.
How to use it
Export a Postman collection (v2.1 JSON) or copy a single request object, paste it into the input, and copy the generated cURL. Collections with multiple requests show a picker for each converted command.
Use cases
Share reproducible API steps with backend engineers who prefer the terminal. Drop requests into CI smoke tests without rewriting headers by hand. Convert mobile API collections into curl for log replay during incident response. Move quickly between Postman and the cURL Builder when tweaking flags.
Related tools
After conversion, refine commands in the cURL Builder or validate payloads with the API Testing Checklist and JSON Formatter.