> For the complete documentation index, see [llms.txt](https://docs.api.amethyste.moe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.api.amethyste.moe/api-reference/image.md).

# Image

## wallpaper

<mark style="color:blue;">`GET`</mark> `https://v1.api.amethyste.moe/image/wallpaper`

Return random wallpapers.

#### Headers

| Name           | Type   | Description                 |
| -------------- | ------ | --------------------------- |
| Authentication | string | Authentication token Bearer |

{% tabs %}
{% tab title="200 Return random wallpapers" %}

```
{
    "status": 200,
    "url": "https://cdn.amethyste.moe/wallpaper/e3b46a77096afcf56581b0d450615ded4652.jpg"
}
```

{% endtab %}
{% endtabs %}
