---
title: "Set profile avatar"
method: PUT
path: "/v1/account/avatar"
tags: ["profiles"]
---

# Set profile avatar

`PUT /v1/account/avatar`

Select an avatar from available options (derived from verified social links).

## Headers

- `authorization` string, nullable

## Request body

- SetAvatarRequest — Request model for PUT /v1/account/avatar.
  - `avatar_url` string, required — Avatar URL to use (must be from available options)

## Response `200`

Successful Response

- MessageResponse — Generic response model for operations that return a message.
  - `message` string, required — Response message

## Other responses

- `400` — Avatar URL not in available options
- `401` — Missing or invalid JWT
- `422` — Validation Error

---

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