GuideLab API

Upload Company Logo

Upload a new company logo image. Replaces any existing logo. Accepts JPEG, PNG, WebP, or GIF up to 5MB.

POST
/company-settings/logo

Upload a new company logo image. Replaces any existing logo. Accepts JPEG, PNG, WebP, or GIF up to 5MB.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X POST "https://example.com/company-settings/logo"
{  "settings": {    "id": "string",    "name": "string",    "logo": "string",    "createdAt": "string",    "updatedAt": "string"  }}
Empty
Empty
Empty