Skip to main content

Supported File Types

This page lists file types currently supported by Guardian Layer file de-identification.

File Type Reference

File typeSupportedEndpoint familyNotes
.csvYesCSV / tabularReturns a processed CSV file.
.xlsxYesCSV / tabularSpreadsheet content is processed and returned as a spreadsheet file.
.xlsYesCSV / tabularLegacy spreadsheet support.
.docxYesDOCXWord document text is processed.
.docNo for API endpointConvert to .docxConvert legacy Word files before upload.
.pdfYesPDFWorks best with PDFs that contain extractable text.
.txtYesTXTPlain text file support.
Image filesComing soonImageImage de-identification is not currently documented as generally available.

Endpoint Mapping

File typeEndpoint
.csv, .xlsx, .xls/api/v1/deidentify/text/proprietary/outputs/csv
.docx/api/v1/deidentify/text/proprietary/outputs/docx
.pdf/api/v1/deidentify/text/proprietary/outputs/pdf
.txt/api/v1/deidentify/text/proprietary/outputs/txt

Common Notes

  • File requests use multipart/form-data.
  • The file field should be named file.
  • The API key is sent with the X-API-Key header.
  • Output files are usually returned with a deid_ filename prefix.
  • Scanned image-only PDFs may not produce useful results unless text can be extracted.