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": "ruzXQXOwtVnE8fKMJ2UFGQ",
"state": "complete",
"expirationDateTime": "2023-02-08T15:51:10.000Z",
"input": {
"source": {
"fileId": "UNtC5EdFKTT051DpHAzUhA"
},
"operations": [
{
"type": "resize",
"width": 400,
"height": 518
}
]
},
"output": {
"fileId": "DQu3lIhTkjE0H2Lu2uR_Pg"
}
} |
ENDPOINTS