Upload page image
split_upload_page_imageUpload an image for use on the SplitPage and get back a single-use upload id — pass it as image_upload_id when creating a collection. To change an existing collection's image in one step use split_set_collection_image instead. PNG and JPEG only. The id is consumed by the first create or update that attaches it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_url | No | URL of a PNG or JPEG to fetch; mutually exclusive with image_base64 | |
| image_base64 | No | Base64 image bytes, no data: prefix; mutually exclusive with source_url |