Authentication

Each call to the Camera API requires a password parameter (see GetCamerasInBox). This password is a unique id that will be supplied to you separately. Throughout this guide, all references to this supplied password are represented as "<password>".

Your password should be considered confidential, and should not be readily visible to the end user, including in a web browser's address bar, by viewing a web page's source, by viewing the properties of an image file, or by any other similar means. For image requests, if concealing the password is not desired due to inefficiency, a mechanism is available to generate temporary passwords (see GetCamerasInBox).

Note: If your supplied password contains any reserved characters, such as "+" or "#", these will need to be percent-encoded when used.

Vizzion Confidential and Proprietary