get_image_base64
Fetch an image by its ID and return it as a base64-encoded string, enabling direct embedding, sharing, or processing in scripts and APIs.
Instructions
Get an image as a base64-encoded string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_id | Yes | ID of the image |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Base64-encoded image data with data URI prefix | |
| message | Yes | Status message | |
| image_id | Yes | Image ID |