## API Two endpoints resolve documentation directly, without parsing HTML. ### Lots for a product https://einfo.bio/LotInfo?code={reference} Returns every manufacturing lot for the reference: [{"Code":"11006","Lot":"0003686","Expiration":"2027-03-16"}, ...] ### A single document https://einfo.bio/GetDocument?code={reference}&lot={lot}&lang={lang}&typeDoc={type} Returns one PDF. `typeDoc` is one of: IFU, SDS, CoA, ValueSheet, Notice, eFile. Returns 404 when that combination of lot, language and type does not exist. It never falls back to another lot or language.