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}}



2. 2) Start a Content Conversion (Selecting Pages to Keep)

POST {{prizmdoc_server_base_url}}/v2/contentConverters



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

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



4. 4) Download the final Document

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



ENDPOINTS