# Vision API

The Vision API is implemented by camera and vision integration partners. Hauler Hero calls the partner's endpoints to request, list, and download truck-camera video — both on-demand clips and continuous route recordings. See the [Vision API Integration Guide](/vision-integration) for workflows and endpoint details.


Version: 1.11.0

## Servers

[object Object]
```
https://api.yourcompany.com
```

## Security

### apiKey

[object Object],[object Object],[object Object],[object Object]

Type: apiKey
In: header
Name: API-KEY

## Download OpenAPI description

 - [Vision API](https://docs.haulerhero.com/_bundle/vision.yaml)

## On-Demand Video

 - [POST /video-hero/v1/videos/requests](https://docs.haulerhero.com/vision/on-demand-video/requestvideo.md): Initiates the process of video discovery and preparation for export. Specify the video source (customer, truck, camera) and a time range (start and end timestamps in ISO 8601 format) for the video to
 - [GET /video-hero/v1/videos](https://docs.haulerhero.com/vision/on-demand-video/listvideos.md): Returns a paginated list of available videos based on filtering specifications. Use this endpoint to poll whether requested videos have been prepared and are available for downloading. Each element sp
## Continuous Video

 - [GET /video-hero/v1/videos/continuous](https://docs.haulerhero.com/vision/continuous-video/listcontinuousrecordings.md): Returns a paginated list of all continuous recordings available within a given source and time range. Recordings are chunked into constant time durations. This endpoint enables customers to access a c
