Invarivision ISS - automatic video recognition
An easy to use Video Content Recognition API. The search engine watches a movie frame by frame, just as man does it, distinguishing individual images, which allows the mechanism to find even short-duration fragments of familiar video. You must have an registered account at Invarivision to use it (sign up at https://tracker2.invarivision.com/registration.php if you don't have account yet).
Invarivision ISS - automatic video recognition endpoints
| Method | Endpoint | Description |
|---|---|---|
| Login-logout | ||
| GET |
Logout /api.php?method=logout&session_key={session_key} |
Closure of the session. After this operation is done the access_token and refresh_token parameters that were received after login become invalid. |
| POST |
Refresh token /api.php |
Applications are not allowed to save the user’s password. In order to ensure the reobtaining of the session without requiring a password the refresh_token mechanism is used. Upon… |
| POST |
Authorization /api.php |
Authentication is performed via Invarivision account ( https://tracker2.invarivision.com/registration.php ). The session ( session_key ) is established by each new user session… |
| Background tasks | ||
| GET |
get.status /api.php?method=get.status&handle={handle}&session_key={session_key} |
Returns the current state or the result of the running background process. |
| GET |
video.scan.start /api.php?method=video.scan.start&file_url={file_url}&session_key={session_key} |
Starts the background process of the video scan image intersection with previously loaded in the system source video. |
| GET |
close /api.php?method=close&handle={handle}&session_key={session_key} |
Closes process descriptor, thus removing from the server all the information about the results of the current process completing. |
| GET |
video.add.start /api.php?method=video.add.start&file_url={file_url}&session_key={session_key} |
Starts the background process of adding the source video in the system for the further search of the image intersection in video content. |
| Common | ||
| GET |
video.list /api.php?method=video.list&session_key={session_key} |
Returns the list of loaded source videos in the system. |
| GET |
video.delete /api.php?method=video.delete&file_url={file_url}&session_key={session_key} |
Deletes from the system the source video, which can be used to search the video content intersection. |
| GET |
get.results /api.php?method=get.results&file_url={file_url}&session_key={session_key} |
Returns the result of scanning similar to the one that returns the video.add and video.scan method. |
Invarivision ISS - automatic video recognition pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|