Logo
Accusoft API Documentation

PrizmDoc API-Extracting Text from a Document (Search Context)

Number of APIs: 4


1. 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



2. 2) Create a Search Context

POST {{prizmdoc_server_base_url}}/v2/searchContexts



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) Get full-page text data (records)

GET {{prizmdoc_server_base_url}}/v2/searchContexts/{{contextId}}/records?pages=0-



ENDPOINTS