How it worksPricingDocsTry the decoder
Documentation

CleanEDI docs.

Everything you need to connect your systems to CleanEDI and stop dealing with EDIFACT directly. Full API reference and integration guides are being written as the platform develops.

Early stage product
CleanEDI is in early development. Full API reference documentation and integration guides are being written alongside the platform. If you need specific documentation now, get in touch at hello@cleanedi.com and we will send you what we have.
01

Getting started

02

Integrations

03

Learn EDIFACT

04

Security and compliance

Coming soon.

The CleanEDI REST API is in active development. The API will cover inbound message webhooks, outbound message submission, partner management, and message replay. Documentation will be published here as each endpoint is built and tested.

If you are evaluating CleanEDI and need API details before the documentation is published, contact us at hello@cleanedi.com and we will walk you through it directly.

Outbound API preview - POST /v1/messages/outbound
POST https://api.cleanedi.com/v1/messages/outbound
Authorization: Bearer {your-api-key}
Content-Type: application/json

{
  "messageType": "INVOIC",
  "tradingPartnerId": "partner-acme-corp",
  "data": {
    "invoiceNumber": "INV-2026-001",
    "invoiceDate": "2026-08-20",
    "purchaseOrderRef": "PO-48291",
    "lines": [
      {
        "gtin": "4012345678901",
        "quantity": 100,
        "unitPrice": 29.99,
        "currency": "AUD"
      }
    ]
  }
}
CleanEDI generates valid EDIFACT INVOIC and delivers to your partner via AS2 or SFTP

Need something specific?

If you need documentation that is not here yet, get in touch. We will either send you what we have or walk you through it directly.