POST an EDI file and get structured JSON back, or POST JSON and get valid EDI. Transactions are transposed according to their configurable specifications.
Switch between public specifications and your own partner-specific models. Community uses public models; Developer and Enterprise add private ones.
Want the REST API but not hosted in our cloud? Build the same API with ediFabric Native and run it on AWS, Azure or your own rack. Every plan includes Native.
Any language that can call a REST API, can call ediFabric Cloud. No NuGet package, no native library, no runtime on the machine that sends the request.
Validate messages against public or private OpenEDI models and get a detailed error report before the file ever reaches a trading partner.
Generate TA1, 997 or 999 for X12, and CONTRL for EDIFACT, including batched 997/999 and configurable technical acknowledgments.
x12 for edifact, hl7 or ncpdp.curl -L -X POST 'https://api.edination.com/v2/x12/read' \ -H 'Ocp-Apim-Subscription-Key: YOUR_KEY' \ -H 'Content-Type: text/plain' \ --data-binary '@/C:/purchase-order.edi'
curl -L -X POST 'https://api.edination.com/v2/x12/write' \ -H 'Ocp-Apim-Subscription-Key: YOUR_KEY' \ -H 'Content-Type: application/json' \ --data-binary '@/C:/purchase-order.json'
Community costs nothing and never expires, giving you 250 operations a day across .NET, Native and Cloud combined. Developer includes 3,000 Cloud operations a month, Enterprise 25,000.
EDIFACT, EANCOM, X12, HIPAA, IAIABC, NCPDP, HL7, VDA, EDIGAS and IATA. Files up to 3 MB. Your plan never limits which standards you get.
All EDI data is transported to our service, so hosted Cloud is not suitable for PHI. Use .NET or Native, or self-host the same API with the libraries already in your plan.