---
title: "Upload an app logo (owner-only, max 2MB, PNG/JPEG/WebP)"
method: POST
path: "/auth/apps/{id}/logo"
tags: ["Auth"]
---

# Upload an app logo (owner-only, max 2MB, PNG/JPEG/WebP)

`POST /auth/apps/{id}/logo`

## Path parameters

- `id` string, required

## Response `200`

Logo uploaded

- object
  - `data` object, required
    - `logoUrl` string, required

## Other responses

- `400` — Invalid file
- `403` — Not the app owner
- `404` — App not found
- `500` — Internal server error

---

[API](https://skmtc.net/urantia/apis/urantia-papers-api.md) · [All operations](https://skmtc.net/urantia/apis/urantia-papers-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/urantia/urantia-papers-api/versions/fc43de3e7ffc/schema)
