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