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