Create Upload
create_uploadRegister a file / image / video memory and get a URL to upload its bytes.
The bytes never go through this channel: description is embedded so the file
is findable via recall. PUT the raw bytes to upload_url sending
upload_headers (the signed Content-Type). Then call confirm_upload —
the memory stays hidden from recall (and the size cap is enforced) until you
do. Media defaults to a private namespace. Returns
{memory_id, object_key, upload_url, upload_headers, content_type, namespace}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| namespace | No | ||
| description | Yes | ||
| content_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||