| Parameter | Type | Description |
|---|---|---|
| b64_json | string | The base64-encoded JSON of the generated image, if response_format is b64_json |
| url | string | The URL of the generated image, if response_format is url (default) |
| revised_prompt | string | The prompt that was used to generate the image, if there was any revision to the original prompt |
{
"url": "...",
"revised_prompt": "..."
}