---
title: "createLogoUploadUrl"
method: POST
path: "/v1/app-configurations/{appId}/logo"
tags: ["App Configuration"]
---

# createLogoUploadUrl

`POST /v1/app-configurations/{appId}/logo`

Generate a presigned URL for uploading app logo to /<app-id>/logo.png path

## Request body

- object
  - `filename` string, required — Original filename of the logo
  - `mime_type` 'image/png' | 'image/jpeg' | 'image/jpg', required — MIME type of the logo file

## Response `200`

Upload URL generated successfully

- object
  - `upload_url` string, required — Presigned S3 URL for uploading the logo
  - `s3ref` S3Reference
    - `bucket` string, required — The name of the S3 bucket where the JSON file for import is stored.
    - `key` string, required — The key or path to the JSON file within the S3 bucket.
  - `expires_at` string, date-time — Timestamp when the upload URL expires

## Other responses

- `404` — App configuration not found

---

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