AlgoDriven · Arazzo Workflow
AlgoDriven — generate and retrieve a UAE vehicle history report
Version 1.0.0
Generate a GCC/UAE vehicle history report for a VIN, then poll until the PDF report URL is available.
View Spec
View on GitHub
CompanyAutomotiveVehicle DataCar ValuationVehicle InspectionArtificial IntelligenceVehicle HistoryAutomotive Data IntelligenceArazzoWorkflows
Provider
Workflows
generateAndRetrieveHistoryReport
Generate a vehicle history report and poll for the finished PDF.
Calls generateGccHistoryReport with a VIN to obtain a reportId, then polls retrieveGccHistoryReport (recommended every 5 seconds, up to ~60s) until a report URL is returned.
1
generateReport
generateGccHistoryReport
Request generation of the history report for the VIN.
2
retrieveReport
retrieveGccHistoryReport
Retrieve the generated report by reportId. In practice poll this step at five second intervals until a url is returned.