The Camera Remote Web API is a community-built developer tool and is not officially supported by Sony. Only the Camera Remote SDK (C++/C#) is an official Sony product.
Connection Modes
remote
Full camera control: shooting, settings, live view. Auto-transfer images to host PC.
remote-transfer
Camera control + explicit SD card file access. Most capable mode.
contents
SD card file access only. No shooting or settings control.
Architecture
The Camera Remote Web API is an HTTP server built on Sony’s native Camera Remote SDK. It translates RESTful requests into native SDK calls, enabling camera control from any language or tool that can make HTTP requests. For TypeScript projects, the Client SDK wraps this API with managed lifecycle and typed methods.Quick Start
HTTP API Quickstart
Discover, connect, and shoot with curl in under 5 minutes
Base URL
--port flag or the TypeScript CameraServer({ port }) option.
Response Format
All endpoints return JSON with a consistent shape:"success": false with an HTTP status of 400, 404, or 500.

