Better-CS-API Docs
Demo Download

Create Demo Download Task

POST
/faceit/demo

Creates a task to generate demo URLs for a given Faceit match ID. The endpoint returns a task ID, which can be used to poll the task status and retrieve the result once processing is complete.

Credits

  • 9 credits per task ($0.01)

In case of errors, your credits are refunded automatically. Credits are not fully refunded for invalid IDs (404) - 1 credit is charged for the search.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/faceit/demo" \  -H "Content-Type: application/json" \  -d '{    "id": "string"  }'
{  "taskId": "string",  "status": "pending"}
Empty
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}
Empty