GuideLab API

Upload Company Gallery Image

Upload a new gallery image for the company profile. Accepts JPEG, PNG, WebP, or GIF up to 5MB. Automatically assigned the next sort order.

POST
/company-settings/gallery

Upload a new gallery image for the company profile. Accepts JPEG, PNG, WebP, or GIF up to 5MB. Automatically assigned the next sort order.

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/gallery"
{  "id": "string",  "url": "string",  "sortOrder": 0}
Empty
Empty
Empty