---
title: "POST /invoice/settings/logo"
method: POST
path: "/invoice/settings/logo"
---

# POST /invoice/settings/logo

`POST /invoice/settings/logo`

Upload a logo image for invoice branding. Accepts PNG, JPEG, SVG, and WebP formats up to 2MB.

## Query parameters

- `filter:legalEntityId` string

## Response `200`

OK

- object
  - `documentId` string, required — The document ID of the uploaded logo. Use this in `PUT /invoice/settings` to set the logo.
  - `url` string, required — The URL of the uploaded logo.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — TooManyRequests
- `500` — Internal Error

## Changes

- **2026-03-06** `773c90f079c5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/slashfi/apis/slash-public-api/changes/invoice/settings/logo/post.md)

---

[API](https://skmtc.dev/slashfi/apis/slash-public-api.md) · [All operations](https://skmtc.dev/slashfi/apis/slash-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/slashfi/slash-public-api/revisions/773c90f079c5/schema)
