---
title: "Upload Logo"
method: POST
path: "/organizations/{org_id}/logo"
tags: ["organizations", "organizations"]
---

# Upload Logo

`POST /organizations/{org_id}/logo`

Upload the school's logo. Owner/admin only. PNG/JPEG/WebP, max 2MB.

Re-encoded to WebP at most 512px on the long edge, with transparency kept,
and the shape ('wordmark' | 'square') and alpha measured from the pixels —
a frontend has to pick the logo's slot before the image loads and cannot
infer either from a URL.

## Path parameters

- `org_id` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
