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": "i2H6MUGFAn2s01aEUyIieA",
"state": "complete",
"expirationDateTime": "2023-02-08T15:33:51.000Z",
"input": {
"source": {
"fileId": "yGNou6R82M7r7su1HAktfg"
},
"operations": [
{
"type": "flip",
"direction": "horizontal"
}
]
},
"output": {
"fileId": "UANyKo70RlVbZHShL40-yg"
}
} |
ENDPOINTS