# Reolink IP Camera API

> Reference URLs and endpoints for Reolink IP camera APIs.

Status: active · Kind: reference · Last verified: 2026-07-12 · Date: 2025-12-01

Reference URLs and endpoints for Reolink IP cameras.

---

## Snapshot — High Resolution

```text
https://<camera-ip>/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=<request-id>&user=<user>&password=<password>
```

---

## Snapshot — Low Resolution

```text
https://<camera-ip>/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=<request-id>&user=<user>&password=<password>&width=640&height=480
```

---

## ONVIF

```text
<camera-ip>:8000/onvif/device_service
```

---

## Substream

```text
rtmp://<camera-ip>/bcs/channel0_sub.bcs?channel=0&stream=1&user=<user>&password=<password>
rtsp://<user>:<password>@<camera-ip>:554//h264Preview_01_sub
```

---

## Main Stream

```text
rtsp://<user>:<password>@<camera-ip>:554//h265Preview_01_main
```
