SmartDocs 360 Developer API
Number of APIs: 23
SmartDocs Web API
-
API Quick Start - Check prediction status GET {{baseUrl}}/files/{{fileId}}?projectId={{projectId}}
-
API Quick Start - Download original pdf file GET {{baseUrl}}/files/{{fileId}}/file?projectId={{projectId}}
-
API Quick Start - Download prediction result file GET {{baseUrl}}/files/{{fileId}}/result?projectId={{projectId}}
-
File APIs - /files/search POST {{baseUrl}}/files/search?projectId={{projectId}}
-
File APIs - /files/msearch POST {{baseUrl}}/files/msearch?projectId={{projectId}}
-
File APIs - /files/projector POST {{baseUrl}}/files/projector?projectId={{projectId}}
-
File APIs - /files/:fileId GET {{baseUrl}}/files/{{fileId}}?projectId={{projectId}}
-
File APIs - /files/:fileId PATCH {{baseUrl}}/files/{{fileId}}?projectId={{projectId}}
-
File APIs - /files/:fileId DELETE {{baseUrl}}/files/{{fileId}}?projectId={{projectId}}
-
File APIs - /files/:fileId/images GET {{baseUrl}}/files/{{fileId}}/images?projectId={{projectId}}