kvitera
API-справочник

Разметить документ

POST
/v1/checks/{id}/label

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

id*Id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/checks/string/label" \  -H "Content-Type: application/json" \  -d '{    "label": "genuine"  }'
{  "id": "string",  "label": "genuine",  "note": "string"}