---
title: "Upload an image for player with id"
method: POST
path: "/player/{id}/image"
tags: ["Player"]
---

# Upload an image for player with id

`POST /player/{id}/image`

## Path parameters

- `id` integer, required

## Request body

- CreatePlayerImage
  - `b64` string — base64 encoded image

## Response `200`

successful operation

## Other responses

- `400` — bad request
- `500` — unable to decode player image

---

[API](https://skmtc.dev/dascr/apis/dascr-board-api.md) · [All operations](https://skmtc.dev/dascr/apis/dascr-board-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dascr/dascr-board-api/revisions/b41f08fc12c8/schema)
