Request

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

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

Body:

{
  "target": "1080p"
}

target supports 1080p and 2k.

Response

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

Enhance creates a new task. It does not modify the original video. Poll the new task ID and download from there.

Keep in mind: enhance is upscaling, not re-rendering. It changes resolution, not the content.