ariel_upload_image
Upload an image to Bluesky and get a blob reference to attach to your posts. Provide base64 image data, MIME type, and alt text for accessibility.
Instructions
Upload an image blob to Bluesky. Returns a blob reference for use in post creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alt | Yes | Alt text description for the image | |
| mimeType | Yes | MIME type (e.g. image/jpeg, image/png, image/webp) | |
| imageData | Yes | Base64-encoded image data |