Skip to content

coalition-for-health-ai/mc-api

Repository files navigation

mc-api

Usage

If using curl, be sure to use the --data-binary flag (and not the -d shorthand) to avoid stripping newlines from the XML.

ValidateXml

curl -X POST --data-binary @input.xml -H "Content-Type: text/xml" https://api.mc.chai.org/api/ValidateXml -D -

XmlToPdf

curl -X POST --data-binary @input.xml -H "Content-Type: text/xml" https://api.mc.chai.org/api/XmlToPdf -o output.pdf