added
New - Camera Media Access Endpoints
May 18th, 2026 by Abhay Anumula
With this release, we are launching new endpoints that allow you to capture image from Vehicles and Assets via Dashcams and Omnicams respectively.
You must specify the position of the camera whose image are you are capturing. Below are the different positions and their availability:
| 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 |
Endpoints
- Name: Inititate Image Capture
- Method: POST
- URL: https://api.gomotive.com/v1/image_captures
- 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).
- Name: Fetch the Captured Image
- Method: GET
- URL: https://api.gomotive.com/v1/image_captures/{camera_type}/{request_id}
- Purpose: Use this endpoint to retrieve the presigned URLs that were created using the POST image capture API.
