Logo
Accusoft API Documentation

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




RESPONSES

status





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

ENDPOINTS