---
title: "Retrieve a GIF/JPG thumbnail"
method: GET
path: "/{video_id}/thumbnail"
tags: ["Videos"]
---

# Retrieve a GIF/JPG thumbnail

`GET /{video_id}/thumbnail`

Use this endpoint to pull information on a given video. It will return a GIF thumbnail if it exists, otherwise a JPG.

## Path parameters

- `video_id` string, required

## Response `200`

OK.

## Other responses

- `400` — Bad Request.
- `404` — Thumbnail not found.
- `default` — Unexpected Server error.

---

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