Object Tracking
Service to track the position of any object (ROI) in a video. The API process the tracking in a background job and generates the list of object position in each frame.
Object Tracking endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Submit a video and region of interest for tracking /job |
Submit a video by giving a direct URL (for example in an S3 bucket, in an Google Storage, on your server, etc) and an ROI to track |
| GET |
Get tracking job result /job/{id} |
After you submit a video for processing, the "status" key will go from "queued" to "processing" to "completed". You can make a GET request, as shown on the right, to check for… |
Object Tracking pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $15 / month | — |
|
| ULTRA | $50 / month | — |
|