post
https://api.gomotive.com/v1/image_captures
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Purpose: Use this endpoint for an on-demand image capture from vehicles and assets via Dashcams, and Omnicams respectively. You are required to specify the positions of the camera, since this endpoint captures the image from a single source (position of the camera).
Camera Positions
| Position | Camera Type | Vehicle/Asset |
|---|---|---|
| front_facing | Dashcam / AI Dashcam Plus | Only available for Vehicles. |
| driver_facing | Dashcam / AI Dashcam Plus | Only available for Vehicles. |
| side_left | Omnicam | Available for both Vehicles and Assets |
| side_right | Omnicam | Available for both Vehicles and Assets |
| rear | Omnicam | Available for both Vehicles and Assets |
NOTE
To use these endpoints, you must enable the company's "video_monitoring" feature.
Take the following steps:
- Log in to the Motive Dashboard.
- Navigate to Admin > Safety.
- Scroll down to Cameras.
- Turn on the Capture Trip Images feature.
- Click Save.
Response Parameters
request_id
- type: Integer
- Description: Unique identifier of the image capture request. Use this value with the GET image capture endpoint to fetch the request status and result.
camera_type
- type: String
- Description: Type of camera for which the image capture was requested.
omnicamindicates the request was created for an Omnicam device.
position
- type: String
- Description: Camera position requested for capture.
side_leftrefers to the left-side Omnicam position.
status
- type: String
- Description: Current state of the image capture request.
pendingmeans the request has been accepted and is still being processed.
asset
- type: Object
- Description: Asset details associated with the image capture request. This object is present when the request is created for an asset.
asset.id
- type: Integer
- Description: Unique identifier of the asset associated with the image capture request.
asset.name
- type: String
- Description: Human-readable name of the asset associated with the image capture request.
created_at
- type: String (ISO 8601 datetime)
- Description: Timestamp indicating when the image capture request was created.
