v1

latestOpenAPI 3.0.22026-07-175523.1 KB
Tasks

Start Task

Initiates a new image upscaling task with specified parameters. Supports both direct file upload and processing of previously uploaded files.

post/start-task

Response

Task started successfully

status'success' required

Example response

{
  "data": {
    "taskId": "30a89e69-c702-4247-9905-f0a53dfa45ab",
    "message": "Task request sent successfully"
  }
}