added
New - AI bulk processing for Driver, Vehicle, and Asset documents
August 3rd, 2026 by Abhay Anumula
With this update, we are releasing endpoints that will allow you to bulk process the driver, vehicle, and the asset documents using AI.
These endpoints let integration partners and enterprise customers discover which document types support AI processing, request upload URLs for 1–500 files, and submit those files for asynchronous AI categorization and field extraction — without using the Fleet Dashboard.
Endpoints
List AI-enabled document categories
- URL: https://api.gomotive.com/v4/documents/categories
- Method: GET
- API Documentation Link: https://developer-docs.gomotive.com/reference/fetch-all-the-available-document-categories
Generate document upload URLs
- URL: https://api.gomotive.com/v4/documents/bulk/upload_urls
- Method: POST
- API Documentation Link: https://developer-docs.gomotive.com/reference/generate-pre-signed-url-for-upload
Submit documents for AI processing
- URL: https://api.gomotive.com/v4/documents/bulk/process
- Method: POST
- API Documentation Link: https://api.gomotive.com/v4/documents/bulk/process
