Query Test Evaluation

Upload a query AND data to see how it will be interpreted.


# add any name/value paris to query string param for data input
# then upload query and get evaluation response
curl -s -XPOST "https://api.lytics.io/api/query/_test?name=value" \
   -H "Authorization: $LIOKEY" \
   -H "Content-Type: text/plain" \
   --data-binary @your_file.lql

Language
Authorization
Header
Click Try It! to start a request and see the response here!