2) Start an Image Editor Process
POST {{imagegear_base_url}}/api/v1/imageEditors
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accusoft-Affinity-Token
|
string |
RESPONSES
status OK
{
"processId": "ruzXQXOwtVnE8fKMJ2UFGQ",
"state": "processing",
"expirationDateTime": "2023-02-08T15:51:10.016Z",
"input": {
"source": {
"fileId": "UNtC5EdFKTT051DpHAzUhA"
},
"operations": [
{
"type": "resize",
"width": 400,
"height": 518
}
]
}
} |
ENDPOINTS