The Fulcra Life API is the primary interface to Fulcra's core services. You can use it to retrieve data from your data store. It is an authenticated REST API.
To get started quickly, such as from a notebook, use the fulcra-api Python client library; we have a detailed guide and API reference for this here: https://fulcradynamics.github.io/fulcra-api-python/
To learn more about the details of the Life API, including details about authorization and available metrics, see our main developer documentation site: https://fulcradynamics.github.io/developer-docs/
For example notebooks, runnable via Colab, see our demos repository: https://github.com/fulcradynamics/demos