---
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

---

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