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": "overfDNVxOHeGt0CpLcS7A", "state": "complete", "expirationDateTime": "2023-02-08T15:51:43.000Z", "input": { "source": { "fileId": "iY6eeSwRg_67pPLUW47M7g" }, "operations": [ { "type": "rotate", "angle": 90 } ] }, "output": { "fileId": "44KNYtZdkA47H2y3jkTYIg" } }



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

ENDPOINTS