cURL
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.
Add a label to a File.
Example CURL:
curl -X POST 'https://api.lilt.com/v2/files/labels?key=API_KEY&id=1' --header 'Content-Type: application/json' \ --data-raw '{ "name": "label_name" }'
A File id.
A label name.
The body is of type object.
object
Was this page helpful?