Start an Image Editor Process
POST {{imagegear_base_url}}/api/v1/imageEditors
Request Body
{"input"=>{"source"=>{"fileId"=>"{{fileId}}"}, "operations"=>[{"type"=>"flip", "direction"=>"horizontal"}]}, "minSecondsAvailable"=>60}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |