IvedaAI: Hashtag
ivedaai_hashtagManage hashtags for IvedaAI video analytics: create, find, set up live camera hashtags, and delete them via API operations.
Instructions
IvedaAI API — Hashtag operations. Response JSON: "status" is the HTTP status code; "truncated"/"timedOut" flag a cut-off response.
GET /api/hashtags — Find hashtag query: prefix?:string
POST /api/hashtags — Create hashtag body: string
PUT /api/hashtags — Setup live hashtag body: { cameraId?:integer, hashtags?:string[] }
DELETE /api/hashtags/{keyword} — Delete hashtag path: keyword*: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. |