Better-CS-API Docs
Demo Download

Get Demo Download Task Status

GET
/faceit/demo/{taskId}

Retrieves the current status and result of the Faceit demo download task. If the task has completed successfully, the response includes the generated demo URLs. Otherwise, the current processing status is returned.

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/faceit/demo/string"
{  "status": "pending",  "downloadUrls": [    "string"  ]}
Empty
Empty
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}
Empty