> ## Documentation Index
> Fetch the complete documentation index at: https://docs.driv.ly/llms.txt
> Use this file to discover all available pages before exploring further.

# Photo Data

> Get high-quality listing & stock photos by VIN.

## Overview

Retrieve high-quality vehicle photos for a specific VIN. This API is ideal for automotive dealerships, online sales platforms, and automotive enthusiasts looking to enhance their listings with vehicle images.

| Capabilities                      | Description                                                      |
| --------------------------------- | ---------------------------------------------------------------- |
| [Listing Photos](#listing-photos) | Get high-quality images for a specific vehicle based on its VIN. |
| [Stock Photos](#stock-photos)     | Access high-quality stock images for a specific vehicle by VIN.  |

***

## Listing Photos

Retrieves a collection of high-quality images for a specific vehicle based on its VIN. Listing photos are available in two categories: wholesale and retail.

```json theme={null}
{
  "data": {
    "wholesale": [],
    "retail": [
      "https://retail.photos.vin/1FTFW1ET6DFA82045-1.jpg",
      "https://retail.photos.vin/1FTFW1ET6DFA82045-2.jpg",
      "https://retail.photos.vin/1FTFW1ET6DFA82045-3.jpg",
      "https://retail.photos.vin/1FTFW1ET6DFA82045-4.jpg",
      "https://retail.photos.vin/1FTFW1ET6DFA82045-5.jpg",
      "https://retail.photos.vin/1FTFW1ET6DFA82045-6.jpg",
      "https://retail.photos.vin/1FTFW1ET6DFA82045-7.jpg",
      "https://retail.photos.vin/1FTFW1ET6DFA82045-8.jpg",
      "https://retail.photos.vin/1FTFW1ET6DFA82045-9.jpg",
      "https://retail.photos.vin/1FTFW1ET6DFA82045-10.jpg"
      ...
    ]
  }
}
```

***

## Stock Photos

Retrieves high-quality stock images for a specific vehicle based on its VIN. This endpoint is ideal for automotive dealerships and online sales platforms looking to enhance their listings with professional images.

```http Get Stock Photo by VIN theme={null}
GET https://stock.photos.vin/1FTFW1ET6DFA82045 HTTP/1.1
Host: stock
Authorization: Bearer API_KEY
```

```http Get Stock Photo by VIN and Color theme={null}
GET https://stock.photos.vin/1FTFW1ET6DFA82045?color=#0E0E0F HTTP/1.1
Host: stock
Authorization: Bearer API_KEY
```

***

## Next Steps

Review the API reference for the Photos API

<Card title="Reference – Photos" icon="link" href="/data/reference/vehicle/get-photos">
  Explore the Photos API endpoints and parameters.
</Card>
