Quantcast

Vuzit Web Services Command Line Tool – VuzitCL

April 30, 2009 – 10:18 am by Brent Matzelle   Printable Version Printable Version

VuzitCL - Vuzit command line

Here at Vuzit we’re dedicated to providing the best possible experience for developers. That’s why we spend so much time on support and developer tools. Well today we are announcing VuzitCL, yet another tool to make your life easier. VuzitCL is a command line interface to the Vuzit Web Service API. As with all of our developer tools it’s totally free and open source. With this tool you don’t even need programming experience to automate the upload and deletion of documents.  Below is a single command that uploads a file:

vuzitcl -k PUBLIC_KEY,PRIVATE_KEY -u “c:/temp/test.pdf”

To use the command above for yourself just replace PUBLIC_KEY and PRIVATE_KEY with your personal Vuzit developer public and private keys, respectively. You can sign up to get your keys from here.

VuzitCL is also handy for use in programming environments in which we don’t currently have full support.  So far we have Javascript, PHP and Ruby fully covered.  VuzitCL should help those of you that have been eagerly awaiting the Java, .NET or Python versions we’re working on.  Read the tutorial to see how you can use VuzitCL with your programming language.  

Download yourself a copy of VuzitCL and start using it today. Below are a few links that should get you started:

Post a Comment