v1

latestOpenAPI 3.1.02026-07-2617501.1 MB

Initiate image capture

post/v1/image_captures

Request body

vehicle_idinteger

Specify the ID of the vehicle for which you want to start the image capture.

vehicle_numberstring

Specify the number of the vehicle for capturing the image from the dashcam.

asset_idinteger

Specify the ID of the asset for which you want an image to be captured.

asset_namestring

Specify the name of the corresponding asset.

positionstring

Specify the camera from which you want to capture an image. Allowed values are <ul><li>front_facing</li><li>driver_facing</li><li>side_left</li><li>side_right</li><li>rear</li></ul>

Response

200

OR

Example response

{
  "request_id": 98765,
  "camera_type": "dashcam",
  "position": "front_facing",
  "status": "pending",
  "vehicle": {
    "id": 12345,
    "number": "TRUCK-001"
  },
  "created_at": "2026-05-07T10:00:00Z"
}