How to test DataConverter.io APIs with Postman?

Steps
  1. Download Postman collection (if it hasn’t downloaded automatically).
  2. Open Postman and import the downloaded collection: FileImport → select the .json file.
  3. Sign up for an account, then create an API token.
  4. Once you generate your API token, open Postman and go to the Variables tab of the imported collection. Set the API_TOKEN variable to your generated token value.
    Postman Collection Guide
  5. In the Postman sidebar, select the desired endpoint, for example, Convert CSV to Excel or any other format you want to test.
  6. Open the Body tab and upload your source file under the file field.
  7. Optionally, adjust the uploadSettings and downloadSettings fields to customize conversion behavior.
  8. Click Send to run the request.
Back to API Docs