Logo
Accusoft API Documentation

Image Editor API-Convert Color Space of an Image (This call is dependent on a .png file not included in this collection)

Number of APIs: 4


1. 1) Create a Work File for the Image File

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. 3) Get the Status of the Image Editor Process

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

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



3. 4) Download the Resulting Image

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



4. 2) Start an Image Editor Process

POST {{imagegear_base_url}}/api/v1/imageEditors



ENDPOINTS