Skip to main content
POST
/
invoice
/
settings
/
logo
cURL
curl --request POST \
  --url https://api.slash.com/invoice/settings/logo \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-Key: <api-key>' \
  --form file='@example-file'
{
  "documentId": "<string>",
  "url": "<string>"
}

Authorizations

X-API-Key
string
header
required

Authentication from public API requests

Query Parameters

The legal entity ID. Required if authenticating with access to multiple legal entities.

Body

multipart/form-data
file
file

The logo image file to upload.

Response

OK

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.