Logo
Accusoft API Documentation

Workflows

Number of APIs: 72


1. PrizmDoc API-Burn Markup - 5) Download the final Document

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



2. PrizmDoc API-Burn Markup - 3) Start a Markup Burn

POST {{prizmdoc_server_base_url}}/PCCIS/V1/MarkupBurner



3. PrizmDoc API-Burn Markup - 4) Get the Status/Result of a Markup Burn

GET {{prizmdoc_server_base_url}}/PCCIS/V1/MarkupBurner/{{processId}}



4. PrizmDoc API-Convert to PDF - 1) Create a Work File for the Document

POST {{prizmdoc_server_base_url}}/PCCIS/V1/WorkFile?FileExtension={{fileExtension}}



5. PrizmDoc API-Convert to PDF - 2) Start a Content Conversion

POST {{prizmdoc_server_base_url}}/v2/contentConverters



6. PrizmDoc API-Convert to PDF - 3) Get the Status of the conversion to PDF

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



7. PrizmDoc API-Convert to PDF - 4) Download the final Document

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



8. PrizmDoc API-Selecting Pages to Keep after Conversion (This call is dependent on a .docx file not included in this collection) - 1) Create a Work File for the Document

POST {{prizmdoc_server_base_url}}/PCCIS/V1/WorkFile?FileExtension={{fileExtension}}



9. Image Editor API-Flip Image (This call is dependent on a .png file not included in this collection) - 1) Create a Work File for the Image File

POST {{prizmdoc_server_base_url}}/PCCIS/V1/WorkFile?FileExtension={{fileExtension}}



10. Image Editor API-Flip Image (This call is dependent on a .png file not included in this collection) - 3) Get the Status of the Image Editor Process

GET {{imagegear_base_url}}/api/v1/imageEditors/{{processId}}



ENDPOINTS