---
title: "Upload Email Logo"
method: POST
path: "/company-email-settings/logo"
tags: ["company-email-settings"]
---

# Upload Email Logo

`POST /company-email-settings/logo`

Store a logo for the header of this company's branded email.

Takes effect on the next send, and only while ``use_company_icon`` is on —
the upload replaces the icon derived from the company website, not the
decision to brand at all.

## Response `200`

Successful Response

- CompanyEmailSettingsResponse — The company's email branding, as the settings page renders it. Unlike the document-settings response this one *can* be empty — a company that has never configured branding has no reply-to to invent, and the page needs to know that so it presents the form as unsaved rather than as holding a value nobody chose. ``configured`` says which state this is.
  - `configured` boolean, required
  - `reply_to_email` string, nullable, required
  - `use_company_icon` boolean, required
  - `logo_url` string, nullable, required
  - `custom_logo_url` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/425d5b8a3c17/schema)
