Postman - Converting JSON to CSV

Using Postman to Convert JSON to CSV

The 3 screenshots below show the necessary settings using Postman to call the JSON to CSV API.

  • Note the URL is: https://www.convertcsv.io/api/v1/json2csv
  • In the Authorization section of Headers, use your API key.
  • In the Body section, use Form-Data
  • In the Body section, use a Key named "infile" and choose a local file to upload.


Postman Headers




Postman Body




Postman Output Result




Latest Tutorials