Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200 - application/json
Task created successfully
The response is of type object
.
Creates a new image processing task with specified parameters
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Task created successfully
The response is of type object
.