Skip to main content

Prerequisites

  • An Ochy partner account with an API key. Contact sales through the Ochy website or from your account to request access.
  • A short video of a runner (MP4, MOV, AVI, or WEBM — max 30 MB, 10 seconds).

1. Start an analysis

Upload your video and provide basic runner parameters. Replace YOUR_API_KEY with your actual key.
You receive a 202 Accepted response with a video_id:

2. Get results

There are two ways to receive analysis results: polling or webhooks.
Use the video_id to check the analysis status. Poll every few seconds until the status reaches success.
While processing, you see 202 Accepted with status analyzing:
When complete, the response includes the full biomechanical analysis, signed URLs for the annotated video and thumbnail.

3. Get calculated metrics

For structured numerical data, call the calculated data endpoint:
Example response for a side view analysis:

Next steps