Reboot Motion Tutorials

Reboot Motion Tutorials are constantly evolving and growing. If you have any questions or would like to see a tutorial for a specific endpoint, please reach out to our team at [email protected].

Welcome to the Reboot Motion Tutorials homepage! Here you can find tutorials written by Reboot Motion for things like getting set up to use the Reboot Motion API, as well as tutorials for some of the more complicated endpoints.

Getting Started

This tutorial walks you through some of the basics of getting yourself ready to interact with the Reboot Motion API. This includes information on API Keys, constants, and various packages you will typically see within the Reboot Motion Tutorials, all written in Python.

Access the Getting Set Up tutorial.

Create a Requested Analysis via the Reboot Motion API

This tutorial walks you through creating a Requested Analysis (also sometimes referred to as a Custom Report) for your organization. It includes a step-by-step tutorial of the steps involved in getting a list of Movement IDs, creating a Primary and Comparison Segment, and finally creating the Requested Analysis itself. Python code samples for each API request are included in the tutorial.

Access the Create a Requested Analysis tutorial.

Export Data via the Reboot Motion API

This tutorial walks you through creating a Data Export for your organization. It includes a step-by-step tutorial of the steps involved in creating the Data Export. Python code samples for each API request are included in the tutorial.

Access the Create a Data Export tutorial.

Upload Motion Capture Data via the Reboot Motion API

This tutorial walks you through creating a Motion Capture Session File for your organization. It includes a step-by-step tutorial of the steps involved in creating a Motion Capture Session File for files you intend to upload. Python code samples for each API request are included in the tutorial.

Access the Create a Motion Capture Session File tutorial.