Logo
Accusoft API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accusoft-Affinity-Token
string
Acs-Api-Key
string




RESPONSES

status OK

{ "processId": "8iTUqC1uE8YrHpa9o36c5A", "state": "complete", "expirationDateTime": "2023-02-08T15:50:35.000Z", "input": { "source": { "fileId": "1dPOWLExCgHWU2nLor-J5w" }, "operations": [ { "type": "crop", "top": 0, "left": 0, "width": 200, "height": 200 } ] }, "output": { "fileId": "xMJGJgAYnPR8XWM8N5YctQ" } }



Curl
curl -X GET 'imagegear_base_url/api/v1/imageEditors/' -H 'Accusoft-Affinity-Token: ' -H 'Acs-Api-Key: prizmdoc_cloud_api_key'

ENDPOINTS