Object Tracking Query
Object Tracking Query API
Tracking multiple objects in one query
Request body fields
Standard Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
The code of the VPS object
OBJ-001Camera intrinsic parameter fx (focal length x-axis)
1000.0Camera intrinsic parameter fy (focal length y-axis)
1000.0Camera intrinsic parameter px (principal point x-coordinate)
640.0Camera intrinsic parameter py (principal point y-coordinate)
480.0Specifies whether the coordinate system is right-handed. Because this is form-data, it's sent as a string ("true" or "false").
truePossible values: The width (in pixels) of the input image
1280The height (in pixels) of the input image
720The image file to query against the object
Query successful
Whether the query was successful
trueA descriptive message about the outcome of the query.
Query successful.Bad request - Invalid parameters or missing required fields
Unauthorized - Missing or invalid token
Forbidden - Access denied
Object not found
Internal server error
Sample Response — pose found
Sample Response — pose not found
List Objects API
Standard Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
The page number for pagination (starting from 1)
1Example: 1Number of records per page (maximum 100)
10Example: 10Filter or search text for partial match on object names
MultisetA paginated list of VPS objects retrieved successfully
Current page number
1Total number of pages available
5Total number of objects across all pages
42Bad request - Invalid query parameters
Unauthorized - Missing or invalid token
Internal server error
Last updated