IvedaAI: LicensePlateCategory
ivedaai_license_plate_categoryManage license plate categories: list, create, update, delete, and import license plate targets.
Instructions
IvedaAI API — LicensePlateCategory operations. Response JSON: "status" is the HTTP status code; "truncated"/"timedOut" flag a cut-off response.
GET /api/lpr/categories — List license plate categories
POST /api/lpr/categories — Create license plate category body: { colorCode?:string, name*:string }
DELETE /api/lpr/categories/{categoryId} — Delete license plate category path: categoryId*:string
POST /api/lpr/categories/{categoryId} — Import license plate target path: categoryId*:string query: columnSeperator?:string file: provide as {path, filename?, contentType?} — local file to upload as "file"
PUT /api/lpr/categories/{categoryId} — Update license plate category path: categoryId*:string body: { colorCode?:string, name*:string }
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. |