$ docker run -d -p 80:3000 --name unoconv quay.io/kaufmann_r/unoconv-api
Post the file you want to convert to the server and get the converted file in return.
See all possible conversions on the unoconv website.
The API for the webservice is /unoconv/{format-to-convert-to} so a docx to pdf conversion would be:
$ curl --form file=@myfile.docx http://192.168.0.111/unoconv/pdf > myfile.pdf