Branding

Manage logos and presets that keep customer-facing media on-brand.

Branding feature options

get

Returns the branding features that are unlocked for your account plus the endpoints you can call.

Authorizations
X-API-KeystringRequired
Responses
chevron-right
200

Feature flags and available endpoints

application/json
get
/v1/branding/options
Inspect branding plan

Upload branding logo and defaults

post

Store a logo and default placement options once so you can reuse them in watermark calls later.

Authorizations
X-API-KeystringRequired
Body
logostring · binaryRequired

Image file for your logo or stamp.

namestringOptional

Friendly name to help you pick the right preset later.

positionstring · enumOptional

Default placement on the image (south-east, north-west, centre, etc.).

Possible values:
opacitynumberOptional

Transparency level from 0 (invisible) to 1 (fully solid). Percentages like 0.6 are accepted.

scaleinteger · min: 1 · max: 100Optional

Default size as a percentage of the original logo.

Responses
chevron-right
200

Branding preset created

application/json
post
/v1/branding/upload
Save a branding preset

List branding presets

get

Shows every stored branding preset so you can pick the right ID for watermarking.

Authorizations
X-API-KeystringRequired
Responses
chevron-right
200

Presets list

application/json
get
/v1/branding/list
List presets

Get branding preset

get

Retrieve the stored logo and defaults so you can preview or audit them.

Authorizations
X-API-KeystringRequired
Path parameters
idstringRequired

Unique branding preset ID from the list endpoint.

Responses
chevron-right
200

Branding preset

application/json
Responseobject
get
/v1/branding/{id}
Fetch one preset

Delete branding preset

delete

Remove a branding preset you no longer need. Existing jobs using it will fall back to direct uploads.

Authorizations
X-API-KeystringRequired
Path parameters
idstringRequired

Branding preset ID to delete.

Responses
chevron-right
200

Deleted

application/json
delete
/v1/branding/{id}
Delete preset

Last updated