Request

POST /api/v1/task/{task_id}/enhance

Headers: X-API-Key: h3k_...

Body:

{
  "target": "1080p"
}

target supports 1080p / 2k.

Response

{
  "task_id": "new task id",
  "status": "queued"
}

Poll the new task ID for completion and download.