---
title: "Used by repo-proxy to handle upload artifact flow"
method: POST
path: "/repo/upload"
tags: ["artifacts"]
---

# Used by repo-proxy to handle upload artifact flow

`POST /repo/upload`

## Request body

- UploadRequest — The information that proxy sends us after successful upload
  - `channel` string, required
  - `name` string, required
  - `server_temp_path` string, required
  - `server_sha256` string, required
  - `server_md5` string, required
  - `server_size` integer, required
  - `client_fields` object, required

## Response `200`

ok

## Other responses

- `400` — metadata format is invalid

---

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