Free, browser-based utilities for everyday developer workflows

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:
  • headers can be an object ({"k":"v"}) or an array ([{"key":"k","value":"v"}]).
  • body can be an object/array (JSON) or a string (raw).
  • Optional: name for Postman request name.

cURL

Postman Collection (v2.1)

Import in Postman: Import -> Raw text and paste this JSON.