Running
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).
Optional. A numeric string indicating the incline degree (form field: text).
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 running session data instead of a real one.
Session data successfully retrieved.
List of timestamps associated with the session.
The public URL of the analyzed video.
The public URL of the original video.
The number of segments processed.
The name of the user associated with this session.
The type of activity (e.g., 'Running').
The session title.
An optional summary of the session.
Bad Request - Invalid parameters or admin UID.
Unauthorized - Missing or invalid access token.
Forbidden - The user is not authorized to access this session.
Not Found - The requested session does not exist or the activity is not 'Running'.
Internal Server Error - An unexpected error occurred on the server.
Enter your bearer token (Firebase auth) in the format: Bearer
Set to true to retrieve a pre-generated demo summary for this running session.
Successfully retrieved session summary
Formatted date of the session (e.g., '07/04/2025')
Bad Request - Invalid token or parameters.
Unauthorized - Token is invalid or expired.
Forbidden - Admin access is required.
Not Found - Session not found or user does not have a valid payment plan.
Internal Server Error - An unexpected error occurred.
Enter your bearer token (Firebase auth) in the format: Bearer
Measurement system: 'metric' or 'imperial'
Summary threads generated successfully.
Bad Request - Invalid token or parameters.
Unauthorized - Token is invalid or expired.
Forbidden - Admin access is required.
Not Found - Session not found or user does not have a valid payment plan.
Internal Server Error - An unexpected error occurred.
Enter your bearer token (Firebase auth) in the format: Bearer
Set to true to retrieve the pre-generated demo running session instead of a real one.
Session data successfully exported.
List of timestamps (in seconds).
Array indicating contact status (true/false).
The activity type (e.g., 'Running').
Bad Request - The request parameters are invalid (e.g., invalid admin UID).
Unauthorized - Missing or invalid access token.
Forbidden - The user does not have sufficient privileges to access this session data.
Not Found - The requested session does not exist or the activity is not valid.
Internal Server Error - An unexpected error occurred on the server.
Enter your bearer token (Firebase auth) in the format: Bearer
Set to true to retrieve a pre-generated demo running-form analysis report instead of a real one.
Running-Form Analysis Report retrieved successfully.
Report date in DD/MM/YYYY format.
13/07/2025Bad Request - Invalid token or parameters.
Unauthorized - Token is invalid or expired.
Forbidden - Admin access is required.
Not Found - Session not found or user does not have a valid payment plan.
Internal Server Error - An unexpected error occurred.
Enter your bearer token (Firebase auth) in the format: Bearer
Total metrics successfully retrieved.
Bad Request - Invalid parameters (e.g., invalid admin UID).
Unauthorized - Missing or invalid access token.
Forbidden - The user does not have sufficient privileges to retrieve total metrics.
Not Found - No sessions found or metrics unavailable.
Internal Server Error - An unexpected error occurred on the server.
Enter your bearer token (Firebase auth) in the format: Bearer
Threads created successfully
User lacks a valid payment plan
Session not found or other retrieval error
Unexpected server error
Enter your bearer token (Firebase auth) in the format: Bearer
Set to true to retrieve a pre-generated demo gait analysis report instead of a real one.
Gait Analysis Report retrieved successfully.
(Optional) Recommendations for joint angles.
The date of the gait analysis report in DD/MM/YYYY format.
Bad Request - Invalid token or parameters.
Unauthorized - Token is invalid or expired.
Forbidden - Admin access is required.
Not Found - Session not found or user does not have a valid payment plan.
Internal Server Error - An unexpected error occurred.
Enter your bearer token (Firebase auth) in the format: Bearer
Threads created successfully.
Bad Request - Invalid token or parameters.
Unauthorized - Token is invalid or expired.
Forbidden - Admin access is required.
Not Found - Session not found or user does not have a valid payment plan.
Internal Server Error - An unexpected error occurred.
Last updated
Was this helpful?