---
title: "Upload profile image"
method: POST
path: "/accounts/profile-image"
tags: ["User Management"]
---

# Upload profile image

`POST /accounts/profile-image`

Uploads a profile image for the user

## Request body

- ProfileImageUploadRequest
  - `file_name` string, required — File name
  - `file` string, byte, required — Base64 encoded file content
  - `content_type` string, required — Content type
  - `is_chunk` boolean — Whether the file is being uploaded in chunks
  - `chunk_index` integer — Current chunk index
  - `total_chunks` integer — Total number of chunks

## Response `200`

Profile image uploaded successfully

- SuccessResponse
  - `message` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.net/quivaworks/apis/quiva-ai-gateway.md) · [All operations](https://skmtc.net/quivaworks/apis/quiva-ai-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quivaworks/quiva-ai-gateway/revisions/771d118bd4d1/schema)
