POST
/
ext
/
v1
/
lci
/
command
Posts user input as command to LCI
curl --request POST \
  --url https://api.light.inc/rest/ext/v1/lci/command \
  --header 'Content-Type: application/json;charset=UTF-8' \
  --data '{
  "command": "<string>",
  "threadId": "<string>"
}'
"<any>"

Body

application/json;charset=UTF-8

Response

default - application/json;charset=UTF-8

default response

The response is of type any.