Cameras

Update camera

patch/v1/cameras/{cameraId}

Path parameters

cameraIdstring required

Camera ID

Request body

namestring

Name of camera

rotationnumber

Rotation of camera

pitchnumber

Camera pitch in degrees; 0 is level, positive looks down

fovnumber

Field of view of camera

aspectRatio'1:1' | '4:3' | '3:2' | '16:9' | '2:3' | '4:5' | '9:16'

Aspect ratio for generated renders

activeboolean

Camera active status

heightRelativenumber
llmPromptstring nullable
inspirationImageAssetIdsstring[]

Asset IDs of inspiration images attached to this camera (max 4)

Response

Camera updated successfully

successboolean required

Indicates if the request was successful

messagestring required

Human readable message

timestampstring date-time required

Timestamp of the response

Changes