iDox.ai Legal & Privacy API - Staging
Number of APIs: 18
The iDox.ai Legal and Privacy API lets you build document sensitive data discovery and protection in your apps. You can do things like discovering PII in documents from file systems, pinpointing PII in a document, and redact PII in documents.
Before using the API, please sign-up iDox.ai developer account and get an API key.
We've posted a step-by-step tutorial on Medium to help you get started iDox.ai fast.
To use the iDox.ai API. there are two approaches. The first approach is to input text. The second approach is to upload a file, such as PDF and MS Word (doc and docx) , and then process the file by calling APIs.
- Upload document get a job ID (
jobId
) - Find job status get a document ID (
docId
) - Call other API with the document ID (
docId
)
-
Table Extraction - Async result export POST {{baseUrl}}/api/{{apiV3Version}}/layout/:document-id/table-extraction/export/async
-
Upload and Download - Download document GET {{baseUrl}}/api/{{apiV3Version}}/document-tool/:document-id/download
-
Upload and Download - Upload document POST {{baseUrl}}/api/{{apiV3Version}}/document-tool/pre-processing
-
Sensitive Data Discovery - Async document PII discovery POST {{baseUrl}}/api/{{apiV3Version}}/ner/:document-id/pii/async
-
Privacy Protection - Redact document POST {{baseUrl}}/api/{{apiV3Version}}/document-tool/:document-id/pdf-redactor
-
Sensitive Data Discovery - Document PII discovery POST {{baseUrl}}/api/{{apiV3Version}}/ner/:document-id/pii
-
Sensitive Data Discovery - Async content PII discovery POST {{baseUrl}}/api/{{apiV3Version}}/ner/pii/async
-
Sensitive Data Discovery - Content PII discovery POST {{baseUrl}}/api/{{apiV3Version}}/ner/pii
-
Table Extraction - Async table extraction POST {{baseUrl}}/api/{{apiV3Version}}/layout/:document-id/table-extraction/async
-
Job Status - Find job status GET {{baseUrl}}/api/{{apiV3Version}}/job/:job-id