API reference

Last updated 16h ago

Getting started with the Ouro API.

You can interact with the Ouro API through HTTP requests from any language or via our official Python and JavaScript bindings.

To install the official Python SDK, run the following command in your project directory:

pip install ouro-py

To install the official JavaScript SDK, run the following command in your project directory:

npm install ouro-js

You will need an Ouro account to take full advantage of the API. Once you've made an account, create and copy your API key from your settings. See the Authentication section for more details.