cURL
curl --request POST \ --url 'https://api.lilt.com/v2/files/labels?key=' \ --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 Label name.
"label_name"
Was this page helpful?