Skip to main content

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

ItemDescription
Device IPDefault 192.168.42.1; actual address depends on your network
ProtocolHTTP or HTTPS
Base Path/cgi-bin/entry.cgi
Content Typeapplication/json
AuthenticationJWT 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

DocumentContent
Quick StartLog in and call your first API from scratch
AuthenticationLogin flow, Token usage, and password change
Common ConventionsResponse format, field naming, error codes
API ReferenceDetailed endpoint descriptions organized by function
Error CodesError code reference
FAQFrequently 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.

Loading Comments...