Logo
Accusoft API Documentation

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



Curl
curl -X POST 'imagegear_base_url/api/v1/imageEditors' -H 'Content-Type: application/json' -H 'Accusoft-Affinity-Token: ' -d '{"input":{"source":{"fileId":""},"operations":[{"type":"flip","direction":"horizontal"}]},"minSecondsAvailable":60}'

ENDPOINTS