Skip to main content

ImageData

urlstring

URL of the generated image. Populated when the output is returned as a URL.

Default: null
b64_jsonstring

Base64-encoded image. Populated instead of url when base64 output is requested.

Default: null
ImageData
{
"url": null,
"b64_json": null
}