POST
/
v2
/
files
/
labels
Add Label to File
curl --request POST \
  --url https://api.lilt.com/v2/files/labels \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "label_name"
}'
This response has no body data.

Authorizations

key
string
query
required

Query Parameters

id
string
required

A File id.

Body

application/json

A label name.

The body is of type object.