---
title: "Create a new logo entry and get presigned upload URL.
Client should upload the file directly to S3 using the returned upload URL."
method: POST
path: "/Logos"
tags: ["Logos"]
---

# Create a new logo entry and get presigned upload URL.
Client should upload the file directly to S3 using the returned upload URL.

`POST /Logos`

## Request body

- CreateLogoRequest — Request to create a new logo entry and get presigned upload URL
  - `name` string, required
  - `fileName` string, required
  - `mimeType` string, required
  - `fileSizeBytes` union
    - integer
    - string, int64
  - `description` string, nullable
  - `isDefault` boolean

## Response `200`

OK

- CreateLogoResponseDto — Response after creating a logo entry, includes presigned upload URL
  - `id` string
  - `uploadUrl` string — Presigned URL for uploading the logo directly to S3
  - `s3Key` string — S3 object key where the logo will be stored
  - `uploadExpiresAt` string, date-time — When the upload URL expires

---

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