Logo
Accusoft API Documentation

PrizmDoc API-Securely Redact a PDF Document (This call is dependent on a .pdf 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. 4) Start a Content Conversion back to PDF

POST {{prizmdoc_server_base_url}}/v2/contentConverters

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



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

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

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



4. 6) Download the Final Document

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



ENDPOINTS