Logo
Accusoft API Documentation

PrizmDoc API-Searching Text of a Document (Search Tasks)

Number of APIs: 6


1. 6) Get available search results

GET {{prizmdoc_server_base_url}}/v2/searchTasks/{{processId}}/results



2. 1) Create a Work File for the Document

POST {{prizmdoc_server_base_url}}/PCCIS/V1/WorkFile?FileExtension={{fileExtension}}

https://help.accusoft.com/PrizmDoc/latest/HTML/work-files.html#post-pccisv1workfile-when-body-is-file-bytes



3. 3) Get the status of the Search Context

GET {{prizmdoc_server_base_url}}/v2/searchContexts/{{contextId}}

https://help.accusoft.com/PrizmDoc/latest/HTML/content-converters.html#get-v2contentconvertersprocessid



4. 4) Start a full-text search against a Search Context

POST {{prizmdoc_server_base_url}}/v2/searchTasks



5. 5) Get the status of the full-text search

GET {{prizmdoc_server_base_url}}/v2/searchTasks/{{processId}}



6. 2) Create a Search Context

POST {{prizmdoc_server_base_url}}/v2/searchContexts



ENDPOINTS