---
title: "Upload an image as the organization chart"
method: POST
path: "/v1/org-chart/upload"
tags: ["Org Chart"]
---

# Upload an image as the organization chart

`POST /v1/org-chart/upload`

Upload an image as the organization chart in Betayum. Manage organization chart metadata and evidence used for governance, accountability, and audit readiness.

## Headers

- `X-Organization-Id` string

## Request body

- UploadOrgChartDto
  - `fileName` string, required — Original file name
  - `fileType` string, required — MIME type of the file (e.g. image/png)
  - `fileData` string, required — Base64-encoded file data

## Response `201`

The uploaded organization chart

---

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