IvedaAI: False-report
ivedaai_false_reportCheck API connectivity and submit false detection reports to the IvedaAI server, with optional description and scene ID.
Instructions
IvedaAI API — False-report operations. Response JSON: "status" is the HTTP status code; "truncated"/"timedOut" flag a cut-off response.
GET /api/false-report — Check the connection is available
POST /api/false-report — Send false detection report to server body: { description?:string, sceneId?: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. |