---
title: "Get editorial video content details"
method: GET
path: "/v2/editorial/videos/{id}"
tags: ["editorial_video"]
---

# Get editorial video content details

`GET /v2/editorial/videos/{id}`

This endpoint shows information about an editorial image, including a URL to a preview image and the sizes that it is available in.

## Path parameters

- `id` string, required

## Query parameters

- `country` string, country-code-3, required
- `search_id` string

## Response `200`

OK

- object — Metadata about editorial content
  - `aspect` number
  - `assets` object — Asset information, including size and thumbnail URLs
    - `original` object — Video asset information
      - `display_name` string — Display name of this video size
      - `file_size` integer — File size (in bytes) of this video size
      - `format` string — Format of this video size
      - `fps` number — Frames per second of this video size
      - `height` integer — Height of this video size
      - `is_licensable` boolean — Whether or not videos can be licensed in this video size
      - `width` integer — Width of this video size
    - `preview_mp4` object — Video preview information
      - `url` string, required — Direct URL to the image
    - `preview_webm` object — Video preview information
      - `url` string, required — Direct URL to the image
    - `thumb_jpg` object — Video preview information
      - `url` string, required — Direct URL to the image
  - `byline` string
  - `caption` string
  - `categories` object[] — List of categories
    - `name` string
  - `date_taken` string, date
  - `description` string
  - `id` string, required
  - `keywords` string[]
  - `title` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `406` — Not Acceptable

---

[API](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer.md) · [All operations](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shutterstock/shutterstock-api-explorer/revisions/d2e03e7f655d/schema)
