Logo
Accusoft API Documentation

PrizmDoc API-Merging Documents Together

Number of APIs: 4


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



2. 5) Download the final Document

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



3. 2) Create a Work File for the Second 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



4. 3) Start a Content Conversion

POST {{prizmdoc_server_base_url}}/v2/contentConverters

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



ENDPOINTS