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. ReplaceYOUR_API_KEY with your
actual key.
202 Accepted response with a video_id:
2. Get results
There are two ways to receive analysis results: polling or webhooks.- Polling
- Webhooks
Use the While processing, you see When complete, the response includes the full biomechanical analysis, signed URLs
for the annotated video and thumbnail.
video_id to check the analysis status. Poll every few seconds until the
status reaches success.202 Accepted with status analyzing:3. Get calculated metrics
For structured numerical data, call the calculated data endpoint:Next steps
- Read the analysis workflow guide to understand video requirements, analysis types, and the full polling lifecycle.
- Use subject management to organize analyses by individual runner.
- Browse the API reference for complete request and response schemas.
- Review authentication for details on API key management and credits.