This page will help you get started with Vizia. You'll be up and running in a jiffy!

To use the Vizia API, you first need to go grab your authentication token. To do that, you can head on over to here: http://vizia.co/users/edit

Once you have that, now the fun begins :)

All requests will be made off of http://vizia.co/api/v1 and each request must contain your authentication token with the key labeled as "X-API-TOKEN"

curl "https://vizia.co/api/v1/videos/5" -H "X-API-TOKEN: KBDnuX6lZcxNAVrIbdECAg"