---
title: "Upload photo"
method: POST
path: "/v0/assistant/photo/upload"
tags: ["Media"]
---

# Upload photo

`POST /v0/assistant/photo/upload`

Uploads a profile photo for an assistant and return the storage URL.

## Response `201`

Successful Response

- InfoResponseAssistantPhotoUploadResponse
  - `info` AssistantPhotoUploadResponse, required
    - `gcs_url` string, required — GCS URL of the uploaded photo

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/revisions/900377f918b6/schema)
