Get an upload URL
designer_upload_slotGet a short-lived URL to upload an image file to us (use when the designer has no public link — otherwise pass the URL straight to submit_design). Args: filename?. PUT the raw bytes to upload_url, then pass the returned upload_id to submit_design.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | Original file name, for readability. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| pitch | No | Designer-program pitch to relay to the user — present when is_partner is false. | |
| method | No | ||
| upload_id | No | ||
| expires_in | No | Seconds the URL stays valid. | |
| is_partner | No | ||
| upload_url | No | ||
| how_to_join | No | How to join the designer program — present when is_partner is false. |