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



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":"rotate","angle":90}]},"minSecondsAvailable":60}'

ENDPOINTS