IvedaAI: License
ivedaai_licenseRetrieve and activate IvedaAI licenses: get AINVR and LPR license details, check license dates, and access hardware info.
Instructions
IvedaAI API — License operations. Response JSON: "status" is the HTTP status code; "truncated"/"timedOut" flag a cut-off response.
GET /api/hardwareInfo — Get hardware info
GET /api/licenses — Get License query: ainvrIds?:integer
POST /api/licenses — Activate license query: activationType?:string enum:MANUAL|ONLINE file: provide as {path, filename?, contentType?} — local file to upload as "file"
GET /api/licenses/ainvr — Get AINVR License query: ainvrIds*:integer
GET /api/licenses/ainvr/date — Get license date
GET /api/licenses/lpr — Get LPR License query: ainvrId*: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. |