create_upload_url
Creates a temporary signed upload URL for posting local image bytes, then returns a handle to pass into generate_image.
Instructions
Catalog entry. Runs in your Kuudo deployment, not here. Create the expiring signed URL needed to upload LOCAL image bytes. Use this when you have an image on disk (or raw bytes) to feed into generate_image: call this tool, then HTTP POST the bytes to the returned upload_url (no auth header needed — the URL's signed token authorizes it). The upload responds with a agent-iris://images/{id} handle to pass in generate_image's input_images. Hosted http(s) image URLs do NOT need this — pass them to generate_image directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||