Skip to main content
GET
/
api
/
cameras
/
{cameraId}
/
priority-key
Get priority key setting
curl --request GET \
  --url http://{host}:{port}/api/cameras/{cameraId}/priority-key
{
  "success": true,
  "data": {
    "setting": "pc-remote",
    "rawValue": "<string>"
  },
  "message": "<string>",
  "camera": {
    "connected": false,
    "model": "ILCE-7M4",
    "id": "D06CE05E3323"
  }
}

Documentation Index

Fetch the complete documentation index at: https://crsdk.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

cameraId
string
required

Camera identifier (e.g. D10F60149B0C)

Response

Priority key retrieved

success
boolean
required
data
object
required
message
string
camera
object

Camera info embedded in API responses