SmartDocs 360 Developer API

Number of APIs: 23

SmartDocs Web API

  1. API Quick Start - Check prediction status GET {{baseUrl}}/files/{{fileId}}?projectId={{projectId}}

  2. API Quick Start - Download original pdf file GET {{baseUrl}}/files/{{fileId}}/file?projectId={{projectId}}

  3. API Quick Start - Download prediction result file GET {{baseUrl}}/files/{{fileId}}/result?projectId={{projectId}}

  4. File APIs - /files/search POST {{baseUrl}}/files/search?projectId={{projectId}}

  5. File APIs - /files/msearch POST {{baseUrl}}/files/msearch?projectId={{projectId}}

  6. File APIs - /files/projector POST {{baseUrl}}/files/projector?projectId={{projectId}}

  7. File APIs - /files/:fileId GET {{baseUrl}}/files/{{fileId}}?projectId={{projectId}}

  8. File APIs - /files/:fileId PATCH {{baseUrl}}/files/{{fileId}}?projectId={{projectId}}

  9. File APIs - /files/:fileId DELETE {{baseUrl}}/files/{{fileId}}?projectId={{projectId}}

  10. File APIs - /files/:fileId/images GET {{baseUrl}}/files/{{fileId}}/images?projectId={{projectId}}