IvedaAI: ObjectType
ivedaai_object_typeList and query object types from the IvedaAI video analytics API, filtering by category or server ID, to support footage search and alert management.
Instructions
IvedaAI API — ObjectType operations. Response JSON: "status" is the HTTP status code; "truncated"/"timedOut" flag a cut-off response.
GET /api/objectTypes — List all object types contain synonyms query: ainvrId?:integer
GET /api/types — List object types query: ainvrIds?:integer
GET /api/types/{category} — List object types by category path: category*:string enum:animal|car|human|object|others|transportation query: ainvrIds?:integer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body, or form field values when uploading a file. | |
| file | No | Local file to upload, for operations that accept a file. | |
| path | No | Path parameters, e.g. { "cameraId": 12 } | |
| query | No | Query string parameters for this operation. | |
| operation | Yes | Which API operation to call, from the list in this tool's description. |