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 Set Up
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.
Single Camera Motion Capture: Uploading a Video via the Reboot Motion API
This tutorial walks you through uploading a video via the API to Reboot Motion's Single Camera Motion Capture. It includes a step-by-step tutorial of the steps involved in creating a capture session, fetching pre-signed URLs, and uploading the video files to those URLs before submitting the capture session for processing. Python code samples for each API request are included in the tutorial.
Access the Uploading a Video tutorial.
Create a Requested Analysis via the Reboot Motion API
This tutorial walks you through creating a Requested Analysis (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.