{ "opencollection": "1.0.0", "info": { "name": "Reolink Camera HTTP AI API", "version": "8.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "AI", "type": "folder" }, "items": [ { "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 AI detection state", "type": "http" }, "http": { "method": "POST", "url": "https://{camera_ip}/cgi-bin/api.cgi?cmd=GetAiState&token=:token", "params": [ { "name": "token", "value": "", "type": "path", "description": "Authentication token obtained from the Login command" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves the current state of AI-powered object detection including person, vehicle, and animal detection status." }, { "info": { "name": "Get AI configuration", "type": "http" }, "http": { "method": "POST", "url": "https://{camera_ip}/cgi-bin/api.cgi?cmd=GetAiCfg&token=:token", "params": [ { "name": "token", "value": "", "type": "path", "description": "Authentication token obtained from the Login command" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves AI detection configuration and sensitivity settings." }, { "info": { "name": "Set AI configuration", "type": "http" }, "http": { "method": "POST", "url": "https://{camera_ip}/cgi-bin/api.cgi?cmd=SetAiCfg&token=:token", "params": [ { "name": "token", "value": "", "type": "path", "description": "Authentication token obtained from the Login command" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Configures AI detection parameters and sensitivity thresholds." }, { "info": { "name": "Get autofocus settings", "type": "http" }, "http": { "method": "POST", "url": "https://{camera_ip}/cgi-bin/api.cgi?cmd=GetAutoFocus&token=:token", "params": [ { "name": "token", "value": "", "type": "path", "description": "Authentication token obtained from the Login command" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves autofocus configuration." }, { "info": { "name": "Get auto-tracking settings", "type": "http" }, "http": { "method": "POST", "url": "https://{camera_ip}/cgi-bin/api.cgi?cmd=GetAutoTrack&token=:token", "params": [ { "name": "token", "value": "", "type": "path", "description": "Authentication token obtained from the Login command" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves AI auto-tracking configuration for PTZ cameras." }, { "info": { "name": "Set auto-tracking settings", "type": "http" }, "http": { "method": "POST", "url": "https://{camera_ip}/cgi-bin/api.cgi?cmd=SetAutoTrack&token=:token", "params": [ { "name": "token", "value": "", "type": "path", "description": "Authentication token obtained from the Login command" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Configures AI auto-tracking behavior for PTZ cameras." } ] } ], "bundled": true }