Prerequisites
- An Ochy partner account with an API key. Contact support@ochy.com to request access.
- A short video of a runner (MP4, MOV, or AVI — 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. Poll for results
Use thevideo_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.
- Browse the API reference for complete request and response schemas.
- Review authentication for details on API key management and credits.