IvedaAI: Password
ivedaai_passwordManage password recovery by generating reset keys, emailing password reset links, confirming key validity, and updating account passwords through the IvedaAI API.
Instructions
IvedaAI API — Password operations. Response JSON: "status" is the HTTP status code; "truncated"/"timedOut" flag a cut-off response.
GET /api/passwords — Get available token query: token*:string
POST /api/passwords — Forget password by email body: { email*:string }
POST /api/passwords/{keys} — Reset password by key path: keys*:string body: { password*:string, username*:string }
GET /api/passwords/{keys}/expired — Check if the password reset key has expired path: keys*: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. |