Better-CS-API Docs
Demo Download

Get Demo Download Task Status

GET
/hltv/demo/{taskId}

Retrieves the current status and result of the HLTV demo download task.

Once finished, the result contains the download URL to the demo file hosted in our storage bucket, allowing you to download it.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

taskId*Taskid

The ID of the task

Response Body

application/json

application/json

curl -X GET "https://example.com/hltv/demo/string"
{  "status": "pending",  "downloadUrl": "string"}
Empty
Empty
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}
Empty