v1
latestOpenAPI 3.1.02026-07-2617501.1 MBFetch the captured image
get/v1/image_captures/{camera_type}/{request_id}
Path parameters
camera_typestring required
Specify the camera type from which you want to retrieve the captured image. <b>NOTE</b>: The camera type must match the request from the POST endpoint.
request_idinteger required
Specify the ID of the request that is generated by the POST (Initiate image capture) endpoint.
Response
200
Example response
{
"request_id": 98765,
"camera_type": "dashcam",
"position": "front_facing",
"status": "success",
"images": {
"front_facing": {
"url": "https://s3.amazonaws.com/...?X-Amz-Expires=604800...",
"expires_at": "2026-05-14T10:00:00Z"
}
},
"vehicle": {
"id": 12345,
"number": "TRUCK-001"
}
}