upload_image_batch
Upload multiple images to a Supabase Storage bucket using file paths or base64 data, organizing them in specified folders with batch tracking for efficient image management.
Instructions
Upload multiple images to designated bucket and folder (supports both file paths and base64 data)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batch_id | Yes | Unique batch identifier | |
| bucket_name | Yes | Target bucket name | |
| folder_prefix | Yes | Folder organization (original/processed) | |
| image_data | No | Base64 encoded image data (for Claude Desktop compatibility) | |
| image_paths | No | Local file paths to upload (for local testing) | |
| user_id | Yes | User identifier |