IvedaAI: Sound
ivedaai_soundUpload, list, retrieve, and filter IvedaAI sound files by event type to manage alert and intrusion notifications.
Instructions
IvedaAI API — Sound operations. Response JSON: "status" is the HTTP status code; "truncated"/"timedOut" flag a cut-off response.
GET /api/sounds — List sounds query: isDeleted?:boolean, types?:string enum:alert|all|intrusion
POST /api/sounds — Upload sound query: type*:string enum:alert|all|intrusion file: provide as {path, filename?, contentType?} — local file to upload as "file"
GET /api/sounds/{soundId} — Find sound by id path: soundId*:integer
GET /api/sounds/findByType — Find sounds by event type query: type*:string enum:alert|all
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. |