{ "opencollection": "1.0.0", "info": { "name": "Reolink Camera HTTP AI Alarm API", "version": "8.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Alarm", "type": "folder" }, "items": [ { "info": { "name": "Get motion detection alarm settings", "type": "http" }, "http": { "method": "POST", "url": "https://{camera_ip}/cgi-bin/api.cgi?cmd=GetMdAlarm&token=:token", "params": [ { "name": "token", "value": "", "type": "path", "description": "Authentication token obtained from the Login command" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves motion detection alarm configuration including sensitivity and zones." }, { "info": { "name": "Set motion detection alarm settings", "type": "http" }, "http": { "method": "POST", "url": "https://{camera_ip}/cgi-bin/api.cgi?cmd=SetMdAlarm&token=:token", "params": [ { "name": "token", "value": "", "type": "path", "description": "Authentication token obtained from the Login command" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Configures motion detection alarm sensitivity, zones, and schedules." }, { "info": { "name": "Get AI detection alarm settings", "type": "http" }, "http": { "method": "POST", "url": "https://{camera_ip}/cgi-bin/api.cgi?cmd=GetAiAlarm&token=:token", "params": [ { "name": "token", "value": "", "type": "path", "description": "Authentication token obtained from the Login command" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves AI-powered detection alarm settings including person, vehicle, and animal detection configurations." }, { "info": { "name": "Set AI detection alarm settings", "type": "http" }, "http": { "method": "POST", "url": "https://{camera_ip}/cgi-bin/api.cgi?cmd=SetAiAlarm&token=:token", "params": [ { "name": "token", "value": "", "type": "path", "description": "Authentication token obtained from the Login command" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Configures AI-powered object detection alarm parameters." }, { "info": { "name": "Get alarm detection area", "type": "http" }, "http": { "method": "POST", "url": "https://{camera_ip}/cgi-bin/api.cgi?cmd=GetAlarmArea&token=:token", "params": [ { "name": "token", "value": "", "type": "path", "description": "Authentication token obtained from the Login command" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves the configured alarm detection area zones." }, { "info": { "name": "Set alarm detection area", "type": "http" }, "http": { "method": "POST", "url": "https://{camera_ip}/cgi-bin/api.cgi?cmd=SetAlarmArea&token=:token", "params": [ { "name": "token", "value": "", "type": "path", "description": "Authentication token obtained from the Login command" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Configures alarm detection area zones." }, { "info": { "name": "Get audio alarm settings", "type": "http" }, "http": { "method": "POST", "url": "https://{camera_ip}/cgi-bin/api.cgi?cmd=GetAudioAlarm&token=:token", "params": [ { "name": "token", "value": "", "type": "path", "description": "Authentication token obtained from the Login command" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves audio detection alarm configuration." } ] } ], "bundled": true }