IvedaAI: Resource
ivedaai_resourceList video analytics resources, retrieve resource costs, estimate usage for recommended engines, and fetch resource information via the IvedaAI API.
Instructions
IvedaAI API — Resource operations. Response JSON: "status" is the HTTP status code; "truncated"/"timedOut" flag a cut-off response.
GET /api/resources — List resources query: direction?:string enum:asc|desc
GET /api/resources/costs — Get resource cost of plugin
POST /api/resources/estimation — Get estimation resource usage for recommend engines body: array of CameraAutoConfiguration — required: cameraId, recommendEngines; ivedaai_get_schema for all fields
GET /api/resources/usage — Get resource information 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. |