EDI Converter API Server Documentation

You need to install the EDI Converter API server locally by using the EDI Converter API Docker image.

To get started with the EDI API, review our intro to the JSON response schema and the intro to the CSV format.

You find many examples of the EDI API responses in our GitHub repo.

Alternatively, you can use our online interactive EDI Viewer. Navigate to any example on this site, select “Export” and then “CSV” or “JSON.”

See our JSON schema and CSV data dictionary documentation for the details about JSON objects and CSV columns.

The reference documentation for the API endpoints is available here.

There are also many examples of the client’s code (Python) in our GitHub repo.