We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f57a32 commit 135ef86Copy full SHA for 135ef86
image.go
@@ -83,6 +83,7 @@ type ImageRequest struct {
83
Moderation string `json:"moderation,omitempty"`
84
OutputCompression int `json:"output_compression,omitempty"`
85
OutputFormat string `json:"output_format,omitempty"`
86
+ Watermark *bool `json:"watermark,omitempty"`
87
}
88
89
// ImageResponse represents a response structure for image API.
0 commit comments