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.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyAutomotiveVehicle DataCar ValuationVehicle InspectionArtificial IntelligenceVehicle HistoryAutomotive Data IntelligenceArazzoWorkflows

Provider

algodriven

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.
2 steps inputs: vin outputs: reportUrl
1
generateReport
Request generation of the history report for the VIN.
2
retrieveReport
Retrieve the generated report by reportId. In practice poll this step at five second intervals until a url is returned.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: AlgoDriven — generate and retrieve a UAE vehicle history report
  version: 1.0.0
  description: >-
    Generate a GCC/UAE vehicle history report for a VIN, then poll until the
    PDF report URL is available.
sourceDescriptions:
- name: vehicleHistoryReportApi
  url: ../openapi/algodriven-vehicle-history-report-api-openapi.yml
  type: openapi
workflows:
- workflowId: generateAndRetrieveHistoryReport
  summary: Generate a vehicle history report and poll for the finished PDF.
  description: >-
    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.
  inputs:
    type: object
    required:
    - vin
    properties:
      vin:
        type: string
        description: 17-character vehicle identification number.
        example: WBA3A5C50CF256789
  steps:
  - stepId: generateReport
    description: Request generation of the history report for the VIN.
    operationId: generateGccHistoryReport
    requestBody:
      contentType: multipart/form-data
      payload:
        vin: $inputs.vin
    outputs:
      reportId: $response.body#/reportId
  - stepId: retrieveReport
    description: >-
      Retrieve the generated report by reportId. In practice poll this step
      at five second intervals until a url is returned.
    operationId: retrieveGccHistoryReport
    requestBody:
      contentType: multipart/form-data
      payload:
        reportId: $steps.generateReport.outputs.reportId
    outputs:
      url: $response.body#/url
  outputs:
    reportUrl: $steps.retrieveReport.outputs.url

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/algodriven-vehicle-history-report"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.