Jumping
Enter your bearer token (Firebase auth) in the format: Bearer
Required. The ID of the user for whom this session is created (form field: text).
Required. The raw video file to be processed (form field type: file).
Optional. A descriptive name for the session (form field: text).
Required. The name of the exercise. Choose one of the following: 'Countermovement Jump' or 'Drop Jump'.
Optional. A comma-separated list of joint names. Available values: 'ankle', 'knee', 'elbow', 'hip', 'shoulder'. Example: ankle,knee,hip
Video processing session created successfully (HTTP 200).
Bad Request - Possibly due to missing user_id, missing video, or invalid form data.
Unauthorized - Missing or invalid access token.
Forbidden - The user does not have admin permission to create sessions for others.
Not Found - Indicates business logic issues or resource limitations (e.g., session limit).
Internal Server Error - Unexpected error occurred on the server.
Enter your bearer token (Firebase auth) in the format: Bearer
Set to true to retrieve the demo session instead of the real one.
Successfully retrieved session data.
Bad Request - Invalid session_id provided.
Unauthorized - Access token is missing or invalid.
Forbidden - User lacks necessary permissions.
Not Found - No session data found for the provided session_id.
Internal Server Error - An unexpected error occurred.
Enter your bearer token (Firebase auth) in the format: Bearer
Set to true to retrieve the demo session instead of the real one.
Successfully retrieved session data.
Bad Request - Invalid session_id provided.
Unauthorized - Access token is missing or invalid.
Forbidden - User lacks necessary permissions.
Not Found - No session data found for the provided session_id.
Internal Server Error - An unexpected error occurred.
Enter your bearer token (Firebase auth) in the format: Bearer
Set to true to retrieve the demo report.
Successfully retrieved jump analysis report.
Bad Request - Invalid session_id provided.
Unauthorized - Access token is missing or invalid.
Forbidden - User lacks necessary permissions.
Not Found - No session data found for the provided session_id.
Internal Server Error - An unexpected error occurred.
Create Recommendations Threads
{
"hip_height": "thread_ybIdbAtHLSnHM4BnH551X4fT",
"hip_speed": "thread_MLGE8nAmLYyW3adwIViKiVpL",
"grf": "thread_rBIUL25oD3VLtBaPRDLunFsu",
"power": "thread_UGCg6dZzsRI1YCpSgCf0dgT4",
"kne_angle": "thread_rEiSblZuq3bzPHRBNXd2etJ6",
"ank_angle": "thread_QLrCfbBuBBKpmPFFnBkJfcln",
"hip_angle": "thread_CMWV9HCt85XlpVSORSk4MmCG"
}{
"hip_trajectory": "thread_ABC123",
"hip_velocity": "thread_DEF456",
"toe_trajectory": "thread_GHI789"
"grf": "thread_JKL012",
"power": "thread_MNO345",
"kne_angle": "thread_PQR678",
"ank_angle": "thread_STU901",
"hip_angle": "thread_VWX234"
}Enter your bearer token (Firebase auth) in the format: Bearer
Threads created successfully.
Bad Request - Invalid session_id provided.
Unauthorized - Access token is missing or invalid.
Forbidden - User lacks necessary permissions.
Not Found - No session data found for the provided session_id.
Internal Server Error - An unexpected error occurred.
Enter your bearer token (Firebase auth) in the format: Bearer
Set to true to retrieve the demo session summary instead of a real one.
Successfully retrieved session summary.
Bad Request - Invalid session_id provided.
Unauthorized - Access token is missing or invalid.
Forbidden - User lacks necessary permissions.
Not Found - No session data found for the provided session_id.
Internal Server Error - An unexpected error occurred.
Generate Summary Threads
{
"jump_flight": "thread_thread_id",
"jump_forces": "thread_thread_id",
"control_and_stability": "thread_thread_id",
"efficiency": "thread_thread_id",
"final_summary": "thread_thread_id",
}{
"contact_and_jump_structure": "thread_thread_id",
"performance_and_efficiency": "thread_thread_id",
"force_metrics": "thread_thread_id",
"final_summary": "thread_thread_id",
}Enter your bearer token (Firebase auth) in the format: Bearer
Measurement system: 'metric' or 'imperial'
Successfully generated summary threads.
Bad Request - Invalid session_id provided.
Unauthorized - Access token is missing or invalid.
Forbidden - User lacks necessary permissions.
Not Found - No session data found for the provided session_id.
Internal Server Error - An unexpected error occurred.
Last updated
Was this helpful?