ImageData
urlstring
URL of the generated image. Populated when the output is returned as a URL.
b64_jsonstring
Base64-encoded image. Populated instead of url when base64 output is requested.
ImageData
{
"url": null,
"b64_json": null
}
Was this page helpful?