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).
The unique identifier for the created session.
The session title (defaults if not provided).
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.
Array of timestamps for each frame.
URL of the analyzed video.
URL of the original video.
Type of exercise being analyzed in the session.
Name of the user associated with the session.
Type of activity being analyzed in the session.
Title of the session.
Array of frame numbers where each segment ends.
Array of all frame numbers where segments end.
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.
Array of timestamps for each frame.
URL of the analyzed video.
URL of the original video.
Name of the user associated with the session.
Type of activity being analyzed in the session.
Title of the session.
Array of frame numbers where each segment ends.
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.
Which exercise this report is for.
Minimum frame number in the video.
Maximum frame number in the video.
Date of the session (DD/MM/YYYY).
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.
Mapping of metric names to recommendation thread IDs.
Thread ID for hip height recommendations.
Thread ID for hip speed recommendations.
Thread ID for hip trajectory recommendations.
Thread ID for hip velocity recommendations.
Thread ID for toe trajectory recommendations.
Thread ID for ground reaction force (GRF) recommendations.
Thread ID for power recommendations.
Thread ID for knee angle recommendations.
Thread ID for ankle angle recommendations.
Thread ID for hip angle recommendations.
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.
Object containing session summary details.
Type of exercise being summarized.
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?