iDox.ai Agreement API
Number of APIs: 10
The iDox.ai Document API lets you capture document data from your apps. You can it to do things like extract personal information, read invoices, extract financial results, or discover agreement risks.
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
)
-
Documents - Upload document POST {{baseUrl}}/api/{{apiV2Version}}/document-tool/pre-processing
-
Documents - Download document GET {{baseUrl}}/api/{{apiV2Version}}/document-tool/:document-id/download
-
Contract Review - Review clauses POST {{baseUrl}}/api/{{apiV1Version}}/contract/review
-
Contract Review - Async review clauses POST {{baseUrl}}/api/{{apiV1Version}}/contract/review/async
-
Contract Review - Async review contract POST {{baseUrl}}/api/{{apiV2Version}}/contract/:document-id/review/async
-
Contranct Analysis - Analyze contract layout POST {{baseUrl}}/api/{{apiV2Version}}/segmentation/:document-id/contract-layout
-
Contranct Analysis - Classify contract file POST {{baseUrl}}/api/{{apiV2Version}}/category/:document-id/contract-type
-
Contranct Analysis - Classify contract clauses POST {{baseUrl}}/api/{{apiV1Version}}/category/contract-type
-
Processing Status - Find job status GET {{baseUrl}}/api/{{apiV1Version}}/job/:job-id
-
Contranct Analysis - Async analyze contract layout POST {{baseUrl}}/api/{{apiV2Version}}/segmentation/:document-id/contract-layout/async