added
New - Video Recall Request Endpoints
June 30th, 2026 by Abhay Anumula
This enhancement makes it easier for partners and customer integrations to automate video retrieval workflows that previously required dashboard-driven actions. Integrations can now verify footage availability before submitting a request, monitor asynchronous request progress, and retrieve camera media details once processing is complete.
The new request flow supports both vehicle-based and asset-based recalls, supports regular and timelapse recall types, and includes optional camera_positions filtering for supported dashcam and OmniCam views when creating a request.
Endpoints
Get the video recall quota status
- Method: GET
- URL: https://api.gomotive.com/v1/video_recall_requests/quota
Fetch a specific video recall request
- Method: GET
- URL: https://api.gomotive.com/v1/video_recall_requests/{id}
Fetch available timelines for a vehicle
Fetch available timelines for an asset
Create a video recall request
- Method: POST
- URL: https://api.gomotive.com/v1/video_recall_requests/
