---
title: "Get an unsplash thumbnail image"
method: GET
path: "/backgrounds/unsplash/image/{image}/thumb"
tags: ["project"]
---

# Get an unsplash thumbnail image

`GET /backgrounds/unsplash/image/{image}/thumb`

Get an unsplash thumbnail image. The thumbnail is cropped to a max width of 200px. **Returns json on error.**

## Path parameters

- `image` integer, required

## Response `200`

The thumbnail

## Other responses

- `404` — The image does not exist.
- `500` — Internal error

---

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