Logo
Accusoft API Documentation

PrizmDoc API-Selecting Pages to Keep after Conversion (This call is dependent on a .docx file not included in this collection)

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) Start a Content Conversion (Selecting Pages to Keep)

POST {{prizmdoc_server_base_url}}/v2/contentConverters

https://help.accusoft.com/PrizmDoc/latest/HTML/content-converters.html#post-v2contentconverters



3. 3) Get the Status of the conversion to PDF

GET {{prizmdoc_server_base_url}}/v2/contentConverters/{{processId}}

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



4. 4) Download the final Document

GET {{prizmdoc_server_base_url}}/PCCIS/V1/WorkFile/{{fileId}}



ENDPOINTS