Skip to content

Welcome to the ColonyCam API Documentation

Welcome to the ColonyCam API documentation. This API allows you to interact with ColonyCam by making HTTP requests to specific REST endpoints. Each endpoint provides a specific function, such as initialising the device, opening and closing the drawer and capturing an image.

To get started please see the Getting Started page.

For a simple C# Hello World example see A Simple Example .

For a more detailed C# example of an integration please see C# Integration .

For a Python example of an integration please see Python Integration .