Process Files Base64
Detect entities such as PII, PHI or PCI in a base64-encoded file using Private AI’s entity detection engine. After entity detection, a copy of the file with all entities removed is created and returned.
This route is similar to /v3/process/files/uri, but passes the file in the POST request itself. This route allows for simple setup and testing, as no folders or volumes need to be mounted to the container.
This route supports the following content types: application/dicom, application/json, application/msword, application/pdf, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/xml, audio/m4a, audio/mp3, audio/mp4, audio/mp4a-latm, audio/mpeg, audio/wav, audio/webm, audio/x-wav, image/bmp, image/jpeg, image/jpg, image/png, image/tif, image/tiff, image/x-ms-bmp, message/rfc822, text/csv, text/plain
Documentation Index
Fetch the complete documentation index at: https://docs.getlimina.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Headers
Body
This section contains a set of parameters to control the PII detection process. All fields have sensible default that can be changed for specific needs.
This section contains a set of parameters to control the PII detection process. All fields have sensible default that can be changed for specific needs.
Options to process PDF files, such as the rendering quality when each page is turned into an image.
Options to process audio files, such as the padding to add while redacting audio segments.
Used to categorize requests for reporting purposes. Limited to alphanumeric characters or the following special characters :_-
32^[a-zA-Z0-9\-_\:]*$Response
Successful Response
the base64 encoded file content of the redacted file.
This field contains the redacted version of any text that was extracted from the input file. It corresponds to a redacted ASR transcript for audio files and any text found inside a document such as a PDF or image file.
A list of all entities found in the provided file.
Returns True if the list of detected entities is not empty.
A dictionary containing ISO 639-1 language labels and the likelihood of their detection in the request payload.