JSON to Postman Collection Converter

Generate Postman Collection v2.1 from JSON request definitions. Each object becomes a request with method, path, and body.

Generated Postman Collection will appear here...

What Is JSON to Postman Collection Converter?

This tool converts a simplified JSON array of API request definitions into a full Postman Collection v2.1 JSON file. Each object in the array becomes a request with its method, URL path, optional headers, and request body.

How to Use

  1. Paste your JSON array of request definitions into the input field.
  2. Click "Generate Collection" to create the Postman collection.
  3. Import the resulting JSON into Postman.

Frequently Asked Questions

What request properties are supported?

Each request object can include name, method, path, headers (object), query parameters (object), and body (object or string).

Can I convert a Postman Collection back to simplified JSON?

Yes, toggle the direction or use the Postman Collection to JSON converter to extract request definitions.

Related Tools