Getting started
Using the API
Importing data
Querying data
Deleting data
Moveshelf is designed to keep data secure but always accessible — both from our web interface,
for physicians and clinical operators, and programmatically from our API, for engineers and scientists.
This chapter contains everything you need to work with the
Moveshelf Python API,
which abstracts authentication, request handling and common tasks into an intuitive, high-level interface.
Choose a topic below to get started.
To help you get started even faster, we also provide a recording of a live training session that introduces the basic data import workflow: ▶ Moveshelf training - How to import historical data.
To help you get started even faster, we also provide a recording of a live training session that introduces the basic data import workflow: ▶ Moveshelf training - How to import historical data.
Getting started
Set up your environment, a GitHub repository and the Moveshelf API
Using the API
Configure, authenticate and find the complete API documentation
Importing data
Import subjects, sessions, metadata and data files
Querying data
Retrieve and query subjects, sessions, trials and data
Deleting data
Delete subjects, sessions, conditions, trials and data
Example scripts
Complete example scripts combining import and query steps
Extending the Moveshelf API
Extend the API for advanced and custom use cases