Watermarks
List watermark profiles
client.stream.watermarks.list(WatermarkListParams { account_id } params, RequestOptionsoptions?): SinglePage<Watermark { created, downloadedFrom, height, 8 more } >
GET/accounts/{account_id}/stream/watermarks
Watermark profile details
client.stream.watermarks.get(stringidentifier, WatermarkGetParams { account_id } params, RequestOptionsoptions?): Watermark { created, downloadedFrom, height, 8 more }
GET/accounts/{account_id}/stream/watermarks/{identifier}
Create watermark profiles via basic upload
client.stream.watermarks.create(WatermarkCreateParams { account_id, file, name, 4 more } params, RequestOptionsoptions?): Watermark { created, downloadedFrom, height, 8 more }
POST/accounts/{account_id}/stream/watermarks
Delete watermark profiles
client.stream.watermarks.delete(stringidentifier, WatermarkDeleteParams { account_id } params, RequestOptionsoptions?): WatermarkDeleteResponse
DELETE/accounts/{account_id}/stream/watermarks/{identifier}