immich_upload_asset
Upload an image to Immich from base64 data or generate one from a description, adding it to your library.
Instructions
Upload an image to Immich. Provide base64 data or a description to generate. The image is added to the library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileName | Yes | Filename (e.g., photo.jpg) | |
| mimeType | No | MIME type (default: image/jpeg) | |
| base64Data | Yes | Image data as base64 string |