Save Reference Images
save_reference_file_from_chat_fileBatch save reference images from chat attachments into the Files library. Keep file metadata in files[] and pass top-level image_file_1, image_file_2, etc. in the same order. No base64, no local paths. Use for mood boards, backgrounds, and other reference images that are not garments or avatars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Reference file metadata in the same order as image_file_1, image_file_2, etc. No base64. | |
| file_name | No | Single recovered display name | |
| image_url | No | Single resolved download URL used by automatic opaque-file recovery. | |
| mime_type | No | Single recovered MIME/content type, e.g. image/png | |
| image_file_1 | No | Host-provided uploaded file reference for the matching item index when it has no image_url. Use the file object supplied by the host, not a bare file_... ID. | |
| image_file_2 | No | Host-provided uploaded file reference for the matching item index when it has no image_url. Use the file object supplied by the host, not a bare file_... ID. | |
| image_file_3 | No | Host-provided uploaded file reference for the matching item index when it has no image_url. Use the file object supplied by the host, not a bare file_... ID. | |
| image_file_4 | No | Host-provided uploaded file reference for the matching item index when it has no image_url. Use the file object supplied by the host, not a bare file_... ID. | |
| image_file_5 | No | Host-provided uploaded file reference for the matching item index when it has no image_url. Use the file object supplied by the host, not a bare file_... ID. | |
| image_file_6 | No | Host-provided uploaded file reference for the matching item index when it has no image_url. Use the file object supplied by the host, not a bare file_... ID. | |
| image_file_7 | No | Host-provided uploaded file reference for the matching item index when it has no image_url. Use the file object supplied by the host, not a bare file_... ID. | |
| image_file_8 | No | Host-provided uploaded file reference for the matching item index when it has no image_url. Use the file object supplied by the host, not a bare file_... ID. | |
| image_file_9 | No | Host-provided uploaded file reference for the matching item index when it has no image_url. Use the file object supplied by the host, not a bare file_... ID. | |
| image_file_10 | No | Host-provided uploaded file reference for the matching item index when it has no image_url. Use the file object supplied by the host, not a bare file_... ID. |