upload_skill_image
Upload an actual image as base64 bytes or provide a public HTTPS URL to get a ready-to-use imageUrl for reference or upscale during generation.
Instructions
Prepare a reference image and return imageUrl. External URLs and local file paths can also be passed directly to the generation skill. Use actual accessible bytes/URLs only; never fabricate base64 or attachment paths. No generation is started.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| purpose | No | Use upscale for enhancement attachments: preserves source dimensions until the backend asks for resizing acceptance. | reference |
| sourceUrl | No | Actual public direct HTTPS image URL to prepare; choose either sourceUrl or imageBase64. Local paths go directly to a generation Skill image field, not this URL field. | |
| imageBase64 | No | Actual raw base64 image bytes, max 3 MiB decoded. Exactly one input is required. |