Upload the photo for the poster
upload_photoStore the photo that will be printed on the poster. Give either image_url (a public https link to the image) or image_base64. JPEG, PNG or WebP, up to 20MB. Returns photo_url, which you then pass to create_poster_checkout. Photos are kept for 12 months so the poster can be made and revised, then deleted automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_url | No | Public https:// address of the image. | |
| image_base64 | No | The image file encoded as base64 (a data: URL prefix is fine). |