Introduction
reCamera RV1126B provides a set of HTTP-based Web APIs that allow you to retrieve device information, configure system parameters, manage networks, control audio and video, run AI inference, manage files, and perform firmware updates.
Basic Information
| Item | Description |
|---|---|
| Device IP | Default 192.168.42.1; actual address depends on your network |
| Protocol | HTTP or HTTPS |
| Base Path | /cgi-bin/entry.cgi |
| Content Type | application/json |
| Authentication | JWT Token via Cookie |
URL Structure
All CGI API endpoints follow this structure:
http://<DEVICE_IP>/cgi-bin/entry.cgi/<api_category>/<resource>/<sub_resource>
For example, to get device information:
http://192.168.42.1/cgi-bin/entry.cgi/system/device-info
Some endpoints do not go through the CGI base path and are accessed directly, such as serial port and file APIs:
http://<DEVICE_IP>/api/v1/device/serial-port
http://<DEVICE_IP>/api/v1/file?path=/mnt/sdcard/test.mp4
Documentation Overview
| Document | Content |
|---|---|
| Quick Start | Log in and call your first API from scratch |
| Authentication | Login flow, Token usage, and password change |
| Common Conventions | Response format, field naming, error codes |
| API Reference | Detailed endpoint descriptions organized by function |
| Error Codes | Error code reference |
| FAQ | Frequently asked questions |
Technical Support and Product Discussion
Thank you for choosing our products! We are here to provide you with various support to ensure your experience with our products is as smooth as possible. We offer multiple communication channels to meet different preferences and needs.