JSON -> cURL / Postman Snippet Generator
Paste a JSON request definition and generate a ready-to-use cURL command and Postman Collection JSON.
- Convert JSON request data into cURL or Postman snippets.
- Add headers, query params, and auth tokens.
- Useful for sharing reproducible API calls.
Request JSON
Supported input shapes:
-
headerscan be an object ({"k":"v"}) or an array ([{"key":"k","value":"v"}]). bodycan be an object/array (JSON) or a string (raw).- Optional:
namefor Postman request name.
cURL
Postman Collection (v2.1)
Import in Postman: Import -> Raw text and paste this JSON.