BioT REST API

The BioT API is a RESTful API that allows you to access and manage your BioT account and data. The API uses predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Please take a moment to read the getting started article before moving on to other topics under this section.

To make things easier for you BioT also exports a complete collection of all its APIs in OpenAPI format.
To learn more about generating an SDK suited to your needs please check out this article.