3) Get the Status of the Image Editor Process
GET {{imagegear_base_url}}/api/v1/imageEditors/{{processId}}
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"
}
} |
ENDPOINTS