http://{ipAddress}/{version}
- get: All images
- delete: Delete all images
- get: Return the most recently captured image
- get: Return an image for a given ID
- put: Update an image for a given ID
- delete: Delete an image for a given ID
- get: All cameras
- get: Return a camera for a given ID
- put: Update a camera for a given ID
- get: Return all settings of a camera for a given ID
- get: Get a setting of a camera for a given ID and key
- put: Update the setting of a camera for a given ID and key
- get: All jobs
- post: Create a new job
- get: Get the job with the ID provided
- put: Update an existing job
- delete: Delete a job with a given ID
- get: All queued asynchronous tasks
- get: Get a single asynchronous task from the queue