---
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 Comp AI. 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/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.net/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/726b9523fb22/schema)
