Edi

Parse, generate & acknowledge X12 / EDIFACT. 5 pay-per-call edi endpoints for AI agents — keyless, USDC via x402.

edi.ack$0.0018
Generate the ANSI ASC X12 997 Functional Acknowledgment for a received EDI interchange.
POST /api/edi/ack
edi.edifact$0.0018
Parse a raw UN/EDIFACT document (the B2B EDI format used across Europe, Asia, logistics and customs — the international counterpart to ANSI X12) into clean, str
POST /api/edi/edifact
edi.edifact-generate$0.0018
Generate an outbound UN/EDIFACT document from JSON — the international counterpart to edi.generate (X12).
POST /api/edi/edifact-generate
edi.generate$0.0018
Generate a ready-to-send ANSI ASC X12 EDI document from structured JSON.
POST /api/edi/generate
edi.parse$0.0018
Parse a raw ANSI ASC X12 EDI document (the format used for B2B purchase orders, invoices, ship notices, etc.) into clean, structured JSON.
POST /api/edi/parse

Discovery