MCPcopy Create free account
hub / github.com/cloudflare/computer / generate

Method generate

examples/think/worker-configuration.d.ts:13520–13520  ·  view source on GitHub ↗

* Generate a new watermark profile * @param input The image stream to upload * @param params The watermark creation parameters. * @returns The created watermark profile. * @throws {BadRequestError} if the parameters are invalid * @throws {InvalidURLError} if the URL is inval

(input: ReadableStream, params: StreamWatermarkCreateParams)

Source from the content-addressed store, hash-verified

13518 * @throws {InternalError} if an unexpected error occurs
13519 */
13520 generate(input: ReadableStream, params: StreamWatermarkCreateParams): Promise<StreamWatermark>;
13521 /**
13522 * Generate a new watermark profile
13523 * @param url The image url to upload

Callers 1

handlePromptFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected